This commit is contained in:
syuilo 2018-12-24 05:40:33 +09:00
parent 520849d070
commit d8620187ec
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
2 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,16 @@
ChangeLog
=========
10.66.2
-------
* i18nの修正
* ドライブのファイル一覧取得APIでファイルサイズによるソートが機能していなかった問題を修正
* リモートユーザーの更新時に、各ピン留め投稿の取得失敗は無視するように
* リモートMisskeyユーザーの情報が登録/更新出来なくなっていたのを修正
* メンションのリンク先URLに余計な@がプリフィクスされていたのを修正
* ダイレクトでリプライする際、リプライ先のユーザーは自動的に公開先として追加するように
* ダイレクトでメンションでもユーザーを指定できるように
10.66.1
-------
* ActivityPubのsharedInboxに関して修正

View File

@ -1,8 +1,8 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "10.66.1",
"clientVersion": "2.0.12859",
"version": "10.66.2",
"clientVersion": "2.0.12873",
"codename": "nighthike",
"main": "./built/index.js",
"private": true,