summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-09-07 18:29:26 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-09-07 18:29:26 +0900
commitbc2dbb8df43d59e37f59b9700f23ae2e547af69b (patch)
tree728d729efc7ed2f9e2d77c55611e2df88f74f8c0
parentFix (diff)
downloadsharkey-bc2dbb8df43d59e37f59b9700f23ae2e547af69b.tar.gz
sharkey-bc2dbb8df43d59e37f59b9700f23ae2e547af69b.tar.bz2
sharkey-bc2dbb8df43d59e37f59b9700f23ae2e547af69b.zip
v2566
-rw-r--r--CHANGELOG.md6
-rw-r--r--README.md2
-rw-r--r--package.json2
-rw-r--r--src/web/app/mobile/tags/user.tag1
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)
-----------------
diff --git a/README.md b/README.md
index 7d256993ee..2e05298e1d 100644
--- a/README.md
+++ b/README.md
@@ -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 }>