This commit is contained in:
syuilo 2018-12-21 16:26:46 +09:00
parent 51b915428e
commit 2ec445f83e
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,13 @@
ChangeLog
=========
10.66.0
-------
* ユーザーごとのRSSフィードを提供するように
* リストのユーザーがすべて表示できない問題を修正
* デザインの調整
* パフォーマンスの改善
10.65.0
-------
* 検索で投稿やユーザーのURLを入力した際にそれをフェッチして表示するように

View file

@ -1,8 +1,8 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "10.65.0",
"clientVersion": "2.0.12846",
"version": "10.66.0",
"clientVersion": "2.0.12855",
"codename": "nighthike",
"main": "./built/index.js",
"private": true,