v2566
This commit is contained in:
		
							parent
							
								
									24983b6269
								
							
						
					
					
						commit
						bc2dbb8df4
					
				
					 4 changed files with 6 additions and 5 deletions
				
			
		| 
						 | 
					@ -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)
 | 
				
			||||||
-----------------
 | 
					-----------------
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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 }>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue