diff --git a/CHANGELOG.md b/CHANGELOG.md index 896d1fb6b56..499f98c4701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +# [1.8.4](https://github.com/gotson/komga/compare/1.8.3...1.8.4) (2023-12-06) +## 🐛 Fixes +**webui** +- force pre-render of images in the webreader ([7ab5eb3](https://github.com/gotson/komga/commits/7ab5eb3)), closes [#1323](https://github.com/gotson/komga/issues/1323) +- update browserlist ([0a0eaca](https://github.com/gotson/komga/commits/0a0eaca)), closes [#1253](https://github.com/gotson/komga/issues/1253) + +## 🔄️ Changes +**webui** +- rename BookReader to DivinaReader ([c628807](https://github.com/gotson/komga/commits/c628807)) + +## 🛠 Build +**conveyor** +- disable update escape hatch for MS Store ([6e4a3ec](https://github.com/gotson/komga/commits/6e4a3ec)) + +## 🌐 Translation +**komga-tray** +- add empty translation files for all languages ([8de029d](https://github.com/gotson/komga/commits/8de029d)) +- internationalization for desktop app tray menu ([1ad0cd2](https://github.com/gotson/komga/commits/1ad0cd2)) + +**webui** +- translated using Weblate (Chinese (Simplified)) ([2260da1](https://github.com/gotson/komga/commits/2260da1)) +- translated using Weblate (Finnish) ([f04e03c](https://github.com/gotson/komga/commits/f04e03c)) +- translated using Weblate (French) ([f7480ce](https://github.com/gotson/komga/commits/f7480ce)) +- translated using Weblate (Spanish) ([af14751](https://github.com/gotson/komga/commits/af14751)) + +## ⚙️ Dependencies +**ci** +- bump actions/setup-java from 3 to 4 ([c97a322](https://github.com/gotson/komga/commits/c97a322)) + # [1.8.3](https://github.com/gotson/komga/compare/1.8.2...1.8.3) (2023-11-30) ## 🐛 Fixes **api** diff --git a/gradle.properties b/gradle.properties index b310bb80eab..7504783a09f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=1.8.3 +version=1.8.4 org.gradle.jvmargs=-Xmx2G diff --git a/komga/docs/openapi.json b/komga/docs/openapi.json index cd9eb993c7b..1c1ea8c6c78 100644 --- a/komga/docs/openapi.json +++ b/komga/docs/openapi.json @@ -10586,9 +10586,6 @@ "type": "string" } }, - "ageRestriction": { - "$ref": "#/components/schemas/AgeRestrictionUpdateDto" - }, "labelsAllow": { "uniqueItems": true, "type": "array", @@ -10603,6 +10600,9 @@ "type": "string" } }, + "ageRestriction": { + "$ref": "#/components/schemas/AgeRestrictionUpdateDto" + }, "sharedLibraries": { "$ref": "#/components/schemas/SharedLibrariesUpdateDto" }