diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-09-07 18:29:26 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-09-07 18:29:26 +0900 |
| commit | bc2dbb8df43d59e37f59b9700f23ae2e547af69b (patch) | |
| tree | 728d729efc7ed2f9e2d77c55611e2df88f74f8c0 | |
| parent | Fix (diff) | |
| download | sharkey-bc2dbb8df43d59e37f59b9700f23ae2e547af69b.tar.gz sharkey-bc2dbb8df43d59e37f59b9700f23ae2e547af69b.tar.bz2 sharkey-bc2dbb8df43d59e37f59b9700f23ae2e547af69b.zip | |
v2566
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | src/web/app/mobile/tags/user.tag | 1 |
4 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c19b889325..fc7e2c7db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ ChangeLog (Release Notes) ========================= 主に notable な changes を書いていきます -unreleased ----------- +2566 (2017/09/07) +----------------- * New: 投稿することの多いキーワードをユーザーページに表示する (#768) +* l10n +* デザインの修正 2544 (2017/09/06) ----------------- @@ -17,7 +17,7 @@ Key features * Automatically updated timeline * Private messages * Free 1GB storage for each all users -* Mobile device support (smartphone, tablet, etc) +* Machine learning * Web API for third-party applications * No ads diff --git a/package.json b/package.json index 726956140d..75e674afd6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "0.0.2544", + "version": "0.0.2566", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", diff --git a/src/web/app/mobile/tags/user.tag b/src/web/app/mobile/tags/user.tag index 928e0188a9..ca777b8fd1 100644 --- a/src/web/app/mobile/tags/user.tag +++ b/src/web/app/mobile/tags/user.tag @@ -545,7 +545,6 @@ </script> </mk-user-overview-activity-chart> - <mk-user-overview-keywords> <div if={ user.keywords != null && user.keywords.length > 1 }> <virtual each={ keyword in user.keywords }> |