mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-13 02:23:08 +02:00
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
|
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)
|
11.24.0 (2019/07/05)
|
||||||
--------------------
|
--------------------
|
||||||
注意: このアップデート後に、`node built/tools/accept-migration Init 1000000000000`してください。
|
注意: このアップデート後に、`node built/tools/accept-migration Init 1000000000000`してください。
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"author": "syuilo <i@syuilo.com>",
|
"author": "syuilo <i@syuilo.com>",
|
||||||
"version": "11.24.0",
|
"version": "11.24.1",
|
||||||
"codename": "daybreak",
|
"codename": "daybreak",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue