summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-06-13 00:26:31 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-06-13 00:26:31 +0900
commitc9296cf095e9def2ae1338f232ad020d462a467b (patch)
treebe05a96eaacd1c5e82a5cbf9a14663ebd3847a6f
parentfix: missing file name parameter (#8820) (diff)
downloadmisskey-c9296cf095e9def2ae1338f232ad020d462a467b.tar.gz
misskey-c9296cf095e9def2ae1338f232ad020d462a467b.tar.bz2
misskey-c9296cf095e9def2ae1338f232ad020d462a467b.zip
12.111.1
-rw-r--r--CHANGELOG.md9
-rw-r--r--package.json2
2 files changed, 5 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 14982ef387..7854f0ea48 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,12 +9,13 @@
You should also include the user name that made the change.
-->
-## 12.x.x (unreleased)
-
-### Improvements
+## 12.111.1 (2022/06/13)
### Bugfixes
+- some fixes of multiple notification read @tamaina
+- some GenerateVideoThumbnail failed @Johann150
- Client: デッキでウィジェットの情報が保存されない問題を修正 @syuilo
+- Client: ギャラリーの投稿を開こうとすると編集画面が表示される @futchitwo
## 12.111.0 (2022/06/11)
### Note
@@ -42,10 +43,8 @@ You should also include the user name that made the change.
### Bugfixes
- 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 internal in-memory caching @Johann150
-- Server: use correct order of attachments on notes @Johann150
- Server: prevent crash when processing certain PNGs @syuilo
- Server: Fix unable to generate video thumbnails @mei23
- Server: Fix `Cannot find module` issue @mei23
diff --git a/package.json b/package.json
index e3340005ad..a035745727 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "misskey",
- "version": "12.111.0",
+ "version": "12.111.1",
"codename": "indigo",
"repository": {
"type": "git",