forked from FoundKeyGang/FoundKey
10.98.1
This commit is contained in:
parent
6c85adcf23
commit
25575e8510
2 changed files with 7 additions and 1 deletions
|
@ -5,6 +5,12 @@ If you encounter any problems with updating, please try the following:
|
||||||
1. `npm run clean` or `npm run cleanall`
|
1. `npm run clean` or `npm run cleanall`
|
||||||
2. Retry update (Don't forget `npm i`)
|
2. Retry update (Don't forget `npm i`)
|
||||||
|
|
||||||
|
10.98.1
|
||||||
|
----------
|
||||||
|
* ドライブのファイルのサムネイルが表示されない問題を修正
|
||||||
|
* APでカスタム絵文字を送る時に常にimage/pngで送っている問題を修正
|
||||||
|
* いくらいじってもページリロードするとmisskeyのテーマがdark(future)になっちゃう問題を修正
|
||||||
|
|
||||||
10.98.0
|
10.98.0
|
||||||
----------
|
----------
|
||||||
* ドライブのファイルダウンロード時に元のファイル名を尊重するように
|
* ドライブのファイルダウンロード時に元のファイル名を尊重するように
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"author": "syuilo <i@syuilo.com>",
|
"author": "syuilo <i@syuilo.com>",
|
||||||
"version": "10.98.0",
|
"version": "10.98.1",
|
||||||
"codename": "nighthike",
|
"codename": "nighthike",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue