This commit is contained in:
syuilo 2019-06-13 18:22:31 +09:00
parent cfb35324d0
commit 5e3cc0a3c6
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 9 additions and 1 deletions

View file

@ -17,6 +17,14 @@ npm i -g ts-node
npm run migrate
```
11.20.4 (2019/06/13)
--------------------
### 🐛Fixes
* 検索結果がループする問題を修正
* 設定でPostgreSQLのクエリー結果のキャッシュを無効できるように
* 「投稿内の動きのあるテキストを無効にする」だけ反応しない問題を修正
* 特定の操作のデータベースのパフォーマンス調整
11.20.3 (2019/06/10)
--------------------
### 🐛Fixes

View file

@ -1,7 +1,7 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "11.20.3",
"version": "11.20.4",
"codename": "daybreak",
"repository": {
"type": "git",