This commit is contained in:
syuilo 2019-01-21 21:55:18 +09:00
parent 350151ca5b
commit c815d11ed2
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.78.4
----------
* フォロワー限定投稿がユーザータイムラインに含まれていない問題を修正
* データベースのインデックス設定を修正
* UIの修正
* など
10.78.3
----------
* 投票未対応インスタンス向けメッセージをわかりやすく

View file

@ -1,8 +1,8 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "10.78.3",
"clientVersion": "2.0.13657",
"version": "10.78.4",
"clientVersion": "2.0.13678",
"codename": "nighthike",
"main": "./built/index.js",
"private": true,