12.111.1
This commit is contained in:
parent
963758d8ec
commit
c9296cf095
2 changed files with 5 additions and 6 deletions
|
@ -9,12 +9,13 @@
|
||||||
You should also include the user name that made the change.
|
You should also include the user name that made the change.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## 12.x.x (unreleased)
|
## 12.111.1 (2022/06/13)
|
||||||
|
|
||||||
### Improvements
|
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
- some fixes of multiple notification read @tamaina
|
||||||
|
- some GenerateVideoThumbnail failed @Johann150
|
||||||
- Client: デッキでウィジェットの情報が保存されない問題を修正 @syuilo
|
- Client: デッキでウィジェットの情報が保存されない問題を修正 @syuilo
|
||||||
|
- Client: ギャラリーの投稿を開こうとすると編集画面が表示される @futchitwo
|
||||||
|
|
||||||
## 12.111.0 (2022/06/11)
|
## 12.111.0 (2022/06/11)
|
||||||
### Note
|
### Note
|
||||||
|
@ -42,10 +43,8 @@ You should also include the user name that made the change.
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
- Server: keep file order of note attachement @Johann150
|
- Server: keep file order of note attachement @Johann150
|
||||||
- Server: fix caching @Johann150
|
|
||||||
- Server: fix missing foreign key for reports leading to reports page being unusable @Johann150
|
- Server: fix missing foreign key for reports leading to reports page being unusable @Johann150
|
||||||
- Server: fix internal in-memory caching @Johann150
|
- Server: fix internal in-memory caching @Johann150
|
||||||
- Server: use correct order of attachments on notes @Johann150
|
|
||||||
- Server: prevent crash when processing certain PNGs @syuilo
|
- Server: prevent crash when processing certain PNGs @syuilo
|
||||||
- Server: Fix unable to generate video thumbnails @mei23
|
- Server: Fix unable to generate video thumbnails @mei23
|
||||||
- Server: Fix `Cannot find module` issue @mei23
|
- Server: Fix `Cannot find module` issue @mei23
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"version": "12.111.0",
|
"version": "12.111.1",
|
||||||
"codename": "indigo",
|
"codename": "indigo",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue