From e990a1429d422569f08e7ff8383e30d144a8f9f4 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 03:15:42 +0000 Subject: [PATCH] chore(release): 1.9.1 [skip ci] --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ gradle.properties | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e833967ac..9d98b2b80b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +# [1.9.1](https://github.com/gotson/komga/compare/1.9.0...1.9.1) (2023-12-18) +## 🐛 Fixes +**api** +- incorrect progression date check ([3daa194](https://github.com/gotson/komga/commits/3daa194)) + +**epubreader** +- ignore progression without locator ([d168c0a](https://github.com/gotson/komga/commits/d168c0a)), closes [#1352](https://github.com/gotson/komga/issues/1352) + +## 🔄️ Changes + +- remove announcement workaround for links ([c4d6868](https://github.com/gotson/komga/commits/c4d6868)) + +## 🛠 Build +**release** +- disable npm cache ([4f79fbf](https://github.com/gotson/komga/commits/4f79fbf)), closes [#1353](https://github.com/gotson/komga/issues/1353) + +## 🌐 Translation +**komga-tray** +- use UTF-8 for properties ([4c922c4](https://github.com/gotson/komga/commits/4c922c4)) + +**webui** +- translated using Weblate (Chinese (Simplified)) ([b4c05a2](https://github.com/gotson/komga/commits/b4c05a2)) +- translated using Weblate (Finnish) ([341b42b](https://github.com/gotson/komga/commits/341b42b)) +- translated using Weblate (Spanish) ([754d016](https://github.com/gotson/komga/commits/754d016)) +- translated using Weblate (Italian) ([744b6f5](https://github.com/gotson/komga/commits/744b6f5)) +- translated using Weblate (German) ([5f96700](https://github.com/gotson/komga/commits/5f96700)) + # [1.9.0](https://github.com/gotson/komga/compare/1.8.4...1.9.0) (2023-12-15) ## 🚀 Features **api** diff --git a/gradle.properties b/gradle.properties index 21a41ceb2e..13511df57c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=1.9.0 +version=1.9.1 org.gradle.jvmargs=-Xmx2G