forked from FoundKeyGang/FoundKey
11.21.0
This commit is contained in:
parent
f1feceaf1a
commit
49d57ce049
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -17,6 +17,17 @@ npm i -g ts-node
|
||||||
npm run migrate
|
npm run migrate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
11.21.0 (2019/06/16)
|
||||||
|
--------------------
|
||||||
|
### ✨Improvements
|
||||||
|
* Unicode 12.0 の絵文字に対応
|
||||||
|
* 閉鎖しているホストにはAP deliverしないように
|
||||||
|
* image以外はproxyしないように
|
||||||
|
|
||||||
|
### 🐛Fixes
|
||||||
|
* サムネイル生成でエラーになるとファイルのアップロードに失敗する問題を修正
|
||||||
|
* オートコンプリートにアニメーション停止が効かない問題を修正
|
||||||
|
|
||||||
11.20.4 (2019/06/13)
|
11.20.4 (2019/06/13)
|
||||||
--------------------
|
--------------------
|
||||||
### 🐛Fixes
|
### 🐛Fixes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"author": "syuilo <i@syuilo.com>",
|
"author": "syuilo <i@syuilo.com>",
|
||||||
"version": "11.20.4",
|
"version": "11.21.0",
|
||||||
"codename": "daybreak",
|
"codename": "daybreak",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue