From a166f96bdfc04f8c6480923c78859b8797963fe4 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 07:21:06 +0000 Subject: [PATCH] chore(release): 1.23.5 [skip ci] --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++ gradle.properties | 2 +- komga/docs/openapi.json | 6 +++++- 3 files changed, 51 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ef1af1a..0dfbe54b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,48 @@ +# [1.23.5](https://github.com/gotson/komga/compare/1.23.4...1.23.5) (2025-10-08) +## 🚀 Features + +- support local artwork in gif format ([f19d7aa](https://github.com/gotson/komga/commits/f19d7aa)), closes [#1853](https://github.com/gotson/komga/issues/1853) + +## 🐛 Fixes +**api** +- empty content when x-api-key is sent alongside session ([5a5f8d7](https://github.com/gotson/komga/commits/5a5f8d7)), closes [#2099](https://github.com/gotson/komga/issues/2099) +- relax JSON deserializer ([eb8bdfc](https://github.com/gotson/komga/commits/eb8bdfc)) +- add id field in HistoricalEventDto ([5e3ca4d](https://github.com/gotson/komga/commits/5e3ca4d)) + +## 🏎 Perf +**api** +- remove no-transform cache-control from response header ([43c1018](https://github.com/gotson/komga/commits/43c1018)), closes [#2091](https://github.com/gotson/komga/issues/2091) + +## 🔄️ Changes + +- add more logs when epub extension is missing ([730b093](https://github.com/gotson/komga/commits/730b093)) +- add more logs to koreader sync controller ([2f9b4e7](https://github.com/gotson/komga/commits/2f9b4e7)) +- make dslRO transaction aware ([69ba569](https://github.com/gotson/komga/commits/69ba569)) + +## 🛠 Build +**webui** +- update Browserslist db ([e842a52](https://github.com/gotson/komga/commits/e842a52)) + +## 🌐 Translation +**komga-tray** +- translated using Weblate (Portuguese (Brazil)) ([2259e4b](https://github.com/gotson/komga/commits/2259e4b)) + +**webui** +- translated using Weblate (Slovak) ([f75ad77](https://github.com/gotson/komga/commits/f75ad77)) +- translated using Weblate (Croatian) ([f2913d1](https://github.com/gotson/komga/commits/f2913d1)) +- translated using Weblate (Czech) ([0b3307c](https://github.com/gotson/komga/commits/0b3307c)) +- translated using Weblate (Portuguese (Brazil)) ([1213309](https://github.com/gotson/komga/commits/1213309)) + +## ⚙️ Dependencies +**ci** +- bump peter-evans/dockerhub-description from 4.0.2 to 5.0.0 ([bdca990](https://github.com/gotson/komga/commits/bdca990)) +- bump gradle/actions from 4 to 5 ([8081439](https://github.com/gotson/komga/commits/8081439)) +- bump peter-evans/repository-dispatch from 3 to 4 ([80c604e](https://github.com/gotson/komga/commits/80c604e)) +- bump hydraulic-software/conveyor from 19.0 to 20.0 ([e0b583f](https://github.com/gotson/komga/commits/e0b583f)) + +**webui** +- bump axios from 1.8.2 to 1.12.0 in /komga-webui ([d965758](https://github.com/gotson/komga/commits/d965758)) + # [1.23.4](https://github.com/gotson/komga/compare/1.23.3...1.23.4) (2025-09-09) ## 🐛 Fixes **kobo** diff --git a/gradle.properties b/gradle.properties index e5f5fa04f..fe655d1ba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=1.23.4 +version=1.23.5 org.gradle.jvmargs=-Xmx2G diff --git a/komga/docs/openapi.json b/komga/docs/openapi.json index 6d713dcf0..aab45f67d 100644 --- a/komga/docs/openapi.json +++ b/komga/docs/openapi.json @@ -7,7 +7,7 @@ "url": "https://github.com/gotson/komga/blob/master/LICENSE" }, "title": "Komga API", - "version": "1.23.4" + "version": "1.23.5" }, "externalDocs": { "description": "Komga documentation", @@ -10313,6 +10313,9 @@ "bookId": { "type": "string" }, + "id": { + "type": "string" + }, "properties": { "type": "object", "additionalProperties": { @@ -10331,6 +10334,7 @@ } }, "required": [ + "id", "properties", "timestamp", "type"