v2566
This commit is contained in:
parent
24983b6269
commit
bc2dbb8df4
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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 }>
|
||||
|
|
Loading…
Reference in New Issue