This commit is contained in:
syuilo 2019-05-26 21:42:03 +09:00
parent 4de709fe51
commit c88576e3e6
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.19.1 (2019/05/26)
--------------------
### 🐛Fixes
* タグページを遷移してもタイムラインが変わらない問題を修正
* インスタンス名を空にしてもMisskeyロゴが表示されない問題を修正
* 投稿内のローカルなURLをクリックしたとき not found になることがある問題を修正
* npm run init がプロセス終了しない問題を修正
11.19.0 (2019/05/25)
--------------------
### ✨Improvements

View file

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