From 9033dc73ba6d18c86855a182f51554c6cd42f989 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 09:43:51 +0000 Subject: [PATCH] chore(release): 1.24.2 [skip ci] --- CHANGELOG.md | 55 +++++++++++++++++++++++++++++++++++++++++ gradle.properties | 2 +- komga/docs/openapi.json | 2 +- 3 files changed, 57 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f444ccb..11276310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,58 @@ +# [1.24.2](https://github.com/gotson/komga/compare/1.24.1...1.24.2) (2026-03-26) +## 🐛 Fixes +**docker** +- remove anonymous /tmp volume ([45f39b0](https://github.com/gotson/komga/commits/45f39b0)), closes [#2191](https://github.com/gotson/komga/issues/2191) + +**epub** +- fallback on epub2 toc if epub3 is present but invalid ([4ce8f27](https://github.com/gotson/komga/commits/4ce8f27)) + +**unscoped** +- epub extension could get lost during book restoration ([90d3a1d](https://github.com/gotson/komga/commits/90d3a1d)) + +## 🔄️ Changes +**docker** +- fix small warnings when builing ([bcc4438](https://github.com/gotson/komga/commits/bcc4438)) + +## 🛠 Build +**webui** +- update Browserslist db ([de849a5](https://github.com/gotson/komga/commits/de849a5)) +- update Browserslist db ([6305cae](https://github.com/gotson/komga/commits/6305cae)) + +## 📝 Documentation + +- rename sponsors ([034ab23](https://github.com/gotson/komga/commits/034ab23)) + +## 🌐 Translation +**webui** +- translated using Weblate (Chinese (Simplified Han script)) ([da981be](https://github.com/gotson/komga/commits/da981be)) +- translated using Weblate (Korean) ([92a61de](https://github.com/gotson/komga/commits/92a61de)) +- translated using Weblate (Croatian) ([c00aaeb](https://github.com/gotson/komga/commits/c00aaeb)) +- translated using Weblate (Bulgarian) ([0013a65](https://github.com/gotson/komga/commits/0013a65)) +- translated using Weblate (German) ([df5e90e](https://github.com/gotson/komga/commits/df5e90e)) +- translated using Weblate (Portuguese (Brazil)) ([c79008d](https://github.com/gotson/komga/commits/c79008d)) +- translated using Weblate (Tamil) ([4fa9422](https://github.com/gotson/komga/commits/4fa9422)) + +## ⚙️ Dependencies +**ci** +- bump hydraulic-software/conveyor from 21.1 to 22.0 ([de25e49](https://github.com/gotson/komga/commits/de25e49)) +- bump EndBug/add-and-commit from 9 to 10 ([b91919a](https://github.com/gotson/komga/commits/b91919a)) +- bump docker/setup-buildx-action from 3 to 4 ([a584f4c](https://github.com/gotson/komga/commits/a584f4c)) +- bump docker/login-action from 3 to 4 ([25ccf5a](https://github.com/gotson/komga/commits/25ccf5a)) +- bump docker/setup-qemu-action from 3 to 4 ([30ed015](https://github.com/gotson/komga/commits/30ed015)) +- bump actions/upload-artifact from 6 to 7 ([dfdcd08](https://github.com/gotson/komga/commits/dfdcd08)) + +**webui** +- bump picomatch from 2.3.1 to 2.3.2 in /komga-webui ([457a724](https://github.com/gotson/komga/commits/457a724)) +- bump flatted from 3.2.7 to 3.4.2 in /komga-webui ([7ad2bd5](https://github.com/gotson/komga/commits/7ad2bd5)) +- bump yauzl and r2-utils-js in /komga-webui ([322cf23](https://github.com/gotson/komga/commits/322cf23)) +- bump svgo from 2.8.0 to 2.8.2 in /komga-webui ([fd84125](https://github.com/gotson/komga/commits/fd84125)) +- bump immutable from 4.3.4 to 4.3.8 in /komga-webui ([112c442](https://github.com/gotson/komga/commits/112c442)) +- bump minimatch in /komga-webui ([8b542b8](https://github.com/gotson/komga/commits/8b542b8)) +- bump ajv from 6.12.6 to 6.14.0 in /komga-webui ([7e83afd](https://github.com/gotson/komga/commits/7e83afd)) +- bump qs from 6.14.1 to 6.14.2 in /komga-webui ([3d52eab](https://github.com/gotson/komga/commits/3d52eab)) +- bump axios from 1.12.0 to 1.13.5 in /komga-webui ([22fdc2e](https://github.com/gotson/komga/commits/22fdc2e)) +- bump webpack from 5.94.0 to 5.105.0 in /komga-webui ([0400b8f](https://github.com/gotson/komga/commits/0400b8f)) + # [1.24.1](https://github.com/gotson/komga/compare/1.24.0...1.24.1) (2026-01-29) ## 🐛 Fixes **epub** diff --git a/gradle.properties b/gradle.properties index 6a037667..72a12a51 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=1.24.1 +version=1.24.2 org.gradle.jvmargs=-Xmx2G diff --git a/komga/docs/openapi.json b/komga/docs/openapi.json index 050f01a5..dfd17abf 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.24.1" + "version": "1.24.2" }, "externalDocs": { "description": "Komga documentation",