diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-21 07:26:54 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-21 07:26:54 +0900 |
| commit | c1efe0a3a4162b187ca1eeab86ed79b7c9868790 (patch) | |
| tree | 282a64d4e41438e3730a9f28b5fa1c721be3bc57 | |
| parent | Merge pull request #933 from syuilo/sw (diff) | |
| download | misskey-c1efe0a3a4162b187ca1eeab86ed79b7c9868790.tar.gz misskey-c1efe0a3a4162b187ca1eeab86ed79b7c9868790.tar.bz2 misskey-c1efe0a3a4162b187ca1eeab86ed79b7c9868790.zip | |
v3177
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a813fa15b..a7d29979b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ChangeLog (Release Notes) ========================= 主に notable な changes を書いていきます +3177 (2017/11/21) +----------------- +* ServiceWorker support + * Misskeyを開いていないときでも通知を受け取れるように(Chromeのみ) + 3165 (2017/11/20) ----------------- * デスクトップ版でも通知バッジを表示 (#918) diff --git a/package.json b/package.json index c41c561ef1..89c2c1debd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "0.0.3165", + "version": "0.0.3177", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", |