forked from FoundKeyGang/FoundKey
11.24.1
This commit is contained in:
parent
411f038f34
commit
e2d59293fb
2 changed files with 10 additions and 1 deletions
|
@ -17,6 +17,15 @@ npm i -g ts-node
|
|||
npm run migrate
|
||||
```
|
||||
|
||||
11.24.1 (2019/07/05)
|
||||
--------------------
|
||||
### 🐛Fixes
|
||||
* WebAuthnでログインできない問題を修正
|
||||
* 絵文字の変更事項のmetaへの反映が最大1時間遅延される問題を修正
|
||||
* ハッシュタグのトレンドの計算を5分単位で丸めるように
|
||||
* APNGでもMIME typeはimage/pngにするように
|
||||
* カスタム絵文字リアクションがたまに文字になってしまう問題を修正
|
||||
|
||||
11.24.0 (2019/07/05)
|
||||
--------------------
|
||||
注意: このアップデート後に、`node built/tools/accept-migration Init 1000000000000`してください。
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "misskey",
|
||||
"author": "syuilo <i@syuilo.com>",
|
||||
"version": "11.24.0",
|
||||
"version": "11.24.1",
|
||||
"codename": "daybreak",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue