This commit is contained in:
syuilo 2019-01-21 15:32:01 +09:00
parent 129d74b463
commit c204e0518f
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,11 @@
ChangeLog
=========
10.78.2
----------
* リバーシが404になる問題を修正
* ストリームで流れてくる投稿とAPIでタイムラインを取得したときとの不一致を修正
10.78.1
----------
* 「関係のない返信がタイムラインに流れる問題を修正」を取り消し

View file

@ -1,8 +1,8 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "10.78.1",
"clientVersion": "2.0.13644",
"version": "10.78.2",
"clientVersion": "2.0.13649",
"codename": "nighthike",
"main": "./built/index.js",
"private": true,