This commit is contained in:
syuilo 2017-12-23 07:22:58 +09:00
parent 84ed78cef7
commit f4277b8f9d
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@ ChangeLog (Release Notes)
========================= =========================
主に notable な changes を書いていきます 主に notable な changes を書いていきます
3460 (2017/12/23)
-----------------
* 検索で複数のユーザーを指定できるように
* 検索でユーザーを除外できるように
* など
3451 (2017/12/22) 3451 (2017/12/22)
----------------- -----------------
* ミュート機能 * ミュート機能

View File

@ -1,7 +1,7 @@
{ {
"name": "misskey", "name": "misskey",
"author": "syuilo <i@syuilo.com>", "author": "syuilo <i@syuilo.com>",
"version": "0.0.3451", "version": "0.0.3460",
"license": "MIT", "license": "MIT",
"description": "A miniblog-based SNS", "description": "A miniblog-based SNS",
"bugs": "https://github.com/syuilo/misskey/issues", "bugs": "https://github.com/syuilo/misskey/issues",