forked from FoundKeyGang/FoundKey
10.95.0
This commit is contained in:
parent
dfabdef60f
commit
e97951fc51
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -5,6 +5,16 @@ If you encounter any problems with updating, please try the following:
|
||||||
1. `npm run clean` or `npm run cleanall`
|
1. `npm run clean` or `npm run cleanall`
|
||||||
2. Retry update (Don't forget `npm i`)
|
2. Retry update (Don't forget `npm i`)
|
||||||
|
|
||||||
|
10.95.0
|
||||||
|
----------
|
||||||
|
* ジョブを一覧できるように
|
||||||
|
* MFMでURLを明示する構文の追加
|
||||||
|
* Articleタイプのアクティビティを受け入れるように
|
||||||
|
* 凍結されたユーザーをサジェストしないように
|
||||||
|
* ファビコンが保存されないのを修正
|
||||||
|
* キューのジョブクリアの動作を修正
|
||||||
|
* デザインの調整
|
||||||
|
|
||||||
10.94.0
|
10.94.0
|
||||||
----------
|
----------
|
||||||
* Faviconを設定できるように
|
* Faviconを設定できるように
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"author": "syuilo <i@syuilo.com>",
|
"author": "syuilo <i@syuilo.com>",
|
||||||
"version": "10.94.0",
|
"version": "10.95.0",
|
||||||
"codename": "nighthike",
|
"codename": "nighthike",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue