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
=========
unreleased
10.79.1
----------
* jump構文の追加
* MFMで左回転、往復回転を行えるように
* MFMに関する制限を若干緩和
* シンタックスハイライトに関するバグ修正
10.79.0
----------

View file

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