This commit is contained in:
syuilo 2017-09-07 18:29:26 +09:00
parent 24983b6269
commit bc2dbb8df4
4 changed files with 6 additions and 5 deletions

View file

@ -2,9 +2,11 @@ ChangeLog (Release Notes)
========================= =========================
主に notable な changes を書いていきます 主に notable な changes を書いていきます
unreleased 2566 (2017/09/07)
---------- -----------------
* New: 投稿することの多いキーワードをユーザーページに表示する (#768) * New: 投稿することの多いキーワードをユーザーページに表示する (#768)
* l10n
* デザインの修正
2544 (2017/09/06) 2544 (2017/09/06)
----------------- -----------------

View file

@ -17,7 +17,7 @@ Key features
* Automatically updated timeline * Automatically updated timeline
* Private messages * Private messages
* Free 1GB storage for each all users * Free 1GB storage for each all users
* Mobile device support (smartphone, tablet, etc) * Machine learning
* Web API for third-party applications * Web API for third-party applications
* No ads * No ads

View file

@ -1,7 +1,7 @@
{ {
"name": "misskey", "name": "misskey",
"author": "syuilo <i@syuilo.com>", "author": "syuilo <i@syuilo.com>",
"version": "0.0.2544", "version": "0.0.2566",
"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",

View file

@ -545,7 +545,6 @@
</script> </script>
</mk-user-overview-activity-chart> </mk-user-overview-activity-chart>
<mk-user-overview-keywords> <mk-user-overview-keywords>
<div if={ user.keywords != null && user.keywords.length > 1 }> <div if={ user.keywords != null && user.keywords.length > 1 }>
<virtual each={ keyword in user.keywords }> <virtual each={ keyword in user.keywords }>