1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-30 06:54:35 +02:00
This commit is contained in:
syuilo
2018-12-30 01:52:28 +09:00
parent fd816afcd0
commit d3b81c3e00
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,12 @@
ChangeLog
=========
10.70.1
-------
* notes/mentions にミュートを適用するように
* Add id to return of users/relation
* デザインの調整
10.70.0
-------
* フォローしているユーザーからのフォローを自動承認するオプション

View File

@@ -1,8 +1,8 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "10.70.0",
"clientVersion": "2.0.13176",
"version": "10.70.1",
"clientVersion": "2.0.13194",
"codename": "nighthike",
"main": "./built/index.js",
"private": true,