This commit is contained in:
syuilo 2019-07-05 18:02:29 +09:00
parent 411f038f34
commit e2d59293fb
2 changed files with 10 additions and 1 deletions

View file

@ -17,6 +17,15 @@ npm i -g ts-node
npm run migrate
```
11.24.1 (2019/07/05)
--------------------
### 🐛Fixes
* WebAuthnでログインできない問題を修正
* 絵文字の変更事項のmetaへの反映が最大時間遅延される問題を修正
* ハッシュタグのトレンドの計算を5分単位で丸めるように
* APNGでもMIME typeはimage/pngにするように
* カスタム絵文字リアクションがたまに文字になってしまう問題を修正
11.24.0 (2019/07/05)
--------------------
注意: このアップデート後に、`node built/tools/accept-migration Init 1000000000000`してください。

View file

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