diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-13 07:33:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-13 07:33:47 +0900 |
| commit | 588e6ae1623abeb7d315068a6fac64bde17eb56c (patch) | |
| tree | ab127e7d7aafd10eccee58e40088b4ec7d37b343 | |
| parent | #911 (diff) | |
| download | misskey-588e6ae1623abeb7d315068a6fac64bde17eb56c.tar.gz misskey-588e6ae1623abeb7d315068a6fac64bde17eb56c.tar.bz2 misskey-588e6ae1623abeb7d315068a6fac64bde17eb56c.zip | |
v3055
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5697e3773f..ae39bc076c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ChangeLog (Release Notes) ========================= 主に notable な changes を書いていきます +3055 (2017/11/13) +----------------- +* メッセージのウィンドウのポップアウト (#911) + 3050 (2017/11/13) ----------------- * 通信の最適化 diff --git a/package.json b/package.json index 9f8a744b4b..5b21dc25b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "0.0.3050", + "version": "0.0.3055", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", |