This commit is contained in:
syuilo 2019-01-27 23:25:20 +09:00
parent 645f661911
commit 377a7fdf3e
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
2 changed files with 6 additions and 3 deletions

View File

@ -1,9 +1,12 @@
ChangeLog ChangeLog
========= =========
unreleased 10.79.1
---------- ----------
* jump構文の追加
* MFMで左回転、往復回転を行えるように * MFMで左回転、往復回転を行えるように
* MFMに関する制限を若干緩和
* シンタックスハイライトに関するバグ修正
10.79.0 10.79.0
---------- ----------

View File

@ -1,8 +1,8 @@
{ {
"name": "misskey", "name": "misskey",
"author": "syuilo <i@syuilo.com>", "author": "syuilo <i@syuilo.com>",
"version": "10.79.0", "version": "10.79.1",
"clientVersion": "2.0.13835", "clientVersion": "2.0.13871",
"codename": "nighthike", "codename": "nighthike",
"main": "./built/index.js", "main": "./built/index.js",
"private": true, "private": true,