This commit is contained in:
syuilo 2019-01-12 13:27:14 +09:00
parent 7ad9560f53
commit 3d62bd8007
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
ChangeLog ChangeLog
========= =========
unreleased 10.75.0
---------- ----------
* ダイレクトを非公開のように使えるように * ダイレクトを非公開のように使えるように
* モデレーターを凍結できないように * モデレーターを凍結できないように
@ -10,6 +10,7 @@ unreleased
* 管理画面でユーザーを状態でフィルタできるように * 管理画面でユーザーを状態でフィルタできるように
* 管理者がサインイン履歴を参照できるツール * 管理者がサインイン履歴を参照できるツール
* Renote数を再度表示するように * Renote数を再度表示するように
* インスタンス情報ページの追加
* テーマの調整 * テーマの調整
* UIの改善 * UIの改善

View file

@ -1,8 +1,8 @@
{ {
"name": "misskey", "name": "misskey",
"author": "syuilo <i@syuilo.com>", "author": "syuilo <i@syuilo.com>",
"version": "10.74.0", "version": "10.75.0",
"clientVersion": "2.0.13345", "clientVersion": "2.0.13368",
"codename": "nighthike", "codename": "nighthike",
"main": "./built/index.js", "main": "./built/index.js",
"private": true, "private": true,