mirror of
https://github.com/gotson/komga.git
synced 2026-04-21 14:30:50 +02:00
chore(release): 1.24.0 [skip ci]
This commit is contained in:
parent
512492b72e
commit
58cb44583e
3 changed files with 27 additions and 2 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
|
@ -1,3 +1,28 @@
|
|||
# [1.24.0](https://github.com/gotson/komga/compare/1.23.6...1.24.0) (2026-01-28)
|
||||
## 🚀 Features
|
||||
**api**
|
||||
- add heartbeat event to SSE connections ([512492b](https://github.com/gotson/komga/commits/512492b)), closes [#2205](https://github.com/gotson/komga/issues/2205)
|
||||
|
||||
**unscoped**
|
||||
- support epub with images in spine ([525b37f](https://github.com/gotson/komga/commits/525b37f))
|
||||
|
||||
## 🛠 Build
|
||||
**webui**
|
||||
- update Browserslist db ([e6560e0](https://github.com/gotson/komga/commits/e6560e0))
|
||||
- update Browserslist db ([361d20d](https://github.com/gotson/komga/commits/361d20d))
|
||||
|
||||
## ⚙️ Dependencies
|
||||
**ci**
|
||||
- bump hydraulic-software/conveyor from 21.0 to 21.1 ([2ff8ea1](https://github.com/gotson/komga/commits/2ff8ea1))
|
||||
- bump actions/upload-artifact from 5 to 6 ([4911cc8](https://github.com/gotson/komga/commits/4911cc8))
|
||||
- bump dessant/lock-threads from 5 to 6 ([2e268b4](https://github.com/gotson/komga/commits/2e268b4))
|
||||
- bump hydraulic-software/conveyor from 20.0 to 21.0 ([7d1c9b8](https://github.com/gotson/komga/commits/7d1c9b8))
|
||||
|
||||
**webui**
|
||||
- bump lodash from 4.17.21 to 4.17.23 in /komga-webui ([a4958b0](https://github.com/gotson/komga/commits/a4958b0))
|
||||
- bump qs from 6.13.0 to 6.14.1 in /komga-webui ([13761f6](https://github.com/gotson/komga/commits/13761f6))
|
||||
- update package name for isbn-verify ([62b4154](https://github.com/gotson/komga/commits/62b4154))
|
||||
|
||||
# [1.23.6](https://github.com/gotson/komga/compare/1.23.5...1.23.6) (2025-11-28)
|
||||
## 🐛 Fixes
|
||||
**kobo**
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
version=1.23.6
|
||||
version=1.24.0
|
||||
org.gradle.jvmargs=-Xmx2G
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"url": "https://github.com/gotson/komga/blob/master/LICENSE"
|
||||
},
|
||||
"title": "Komga API",
|
||||
"version": "1.23.6"
|
||||
"version": "1.24.0"
|
||||
},
|
||||
"externalDocs": {
|
||||
"description": "Komga documentation",
|
||||
|
|
|
|||
Loading…
Reference in a new issue