mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
chore(release): 1.24.2 [skip ci]
This commit is contained in:
parent
da981bed0f
commit
9033dc73ba
3 changed files with 57 additions and 2 deletions
55
CHANGELOG.md
55
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**
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
version=1.24.1
|
||||
version=1.24.2
|
||||
org.gradle.jvmargs=-Xmx2G
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue