10.96.0
This commit is contained in:
parent
facde9a75d
commit
182ca5d434
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.96.0
|
||||||
|
----------
|
||||||
|
* 連合ユーザーの投稿に対してActivityPubオブジェクトを要求されたら元のインスタンスにリダイレクトするように
|
||||||
|
* updatePersonを試行した時点でもlastFetchedAtを更新するように
|
||||||
|
* 管理画面でリモートインスタンスの登録日時を表示
|
||||||
|
* ユーザーサジェストが機能しなくなっていた問題を修正
|
||||||
|
* 最近使ったハッシュタグ表示が機能していない問題を修正
|
||||||
|
* バグ修正
|
||||||
|
* デザインの調整
|
||||||
|
|
||||||
10.95.0
|
10.95.0
|
||||||
----------
|
----------
|
||||||
* ジョブを一覧できるように
|
* ジョブを一覧できるように
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"author": "syuilo <i@syuilo.com>",
|
"author": "syuilo <i@syuilo.com>",
|
||||||
"version": "10.95.0",
|
"version": "10.96.0",
|
||||||
"codename": "nighthike",
|
"codename": "nighthike",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue