This commit is contained in:
syuilo 2019-01-23 05:37:37 +09:00
parent 0b191b4d0e
commit a2a31236f6
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,12 @@
ChangeLog
=========
10.78.5
----------
* アンケートの選択肢にカスタム絵文字を使えるように
* 投稿の返信を取得したときにミュートが適用されていない問題を修正
* ユーザビリティの強化
10.78.4
----------
* フォロワー限定投稿がユーザータイムラインに含まれていない問題を修正

View file

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