10.93.0
This commit is contained in:
parent
922eb937ff
commit
60e0b19372
2 changed files with 10 additions and 1 deletions
|
@ -5,6 +5,15 @@ 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.93.0
|
||||||
|
----------
|
||||||
|
* フォローリストをインポートできるように
|
||||||
|
* embedプレイヤーを閉じれるように
|
||||||
|
* リストをインポートしたときにプロキシアカウントがフォローするように修正
|
||||||
|
* Web Share Targetの動作を修正
|
||||||
|
* おすすめアンケートのチョイスを修正
|
||||||
|
* デザインの調整
|
||||||
|
|
||||||
10.92.4
|
10.92.4
|
||||||
----------
|
----------
|
||||||
* リストのエクスポートをできるように
|
* リストのエクスポートをできるように
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"author": "syuilo <i@syuilo.com>",
|
"author": "syuilo <i@syuilo.com>",
|
||||||
"version": "10.92.4",
|
"version": "10.93.0",
|
||||||
"codename": "nighthike",
|
"codename": "nighthike",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue