mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 16:42:24 +01:00
chore(release): 1.23.4 [skip ci]
This commit is contained in:
parent
51bfb353e7
commit
e850cdcd2f
3 changed files with 24 additions and 2 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
|
@ -1,3 +1,25 @@
|
||||||
|
# [1.23.4](https://github.com/gotson/komga/compare/1.23.3...1.23.4) (2025-09-09)
|
||||||
|
## 🐛 Fixes
|
||||||
|
**kobo**
|
||||||
|
- update default kobo resources ([166b1ee](https://github.com/gotson/komga/commits/166b1ee)), closes [#2066](https://github.com/gotson/komga/issues/2066)
|
||||||
|
- fail to create proxy url ([058af49](https://github.com/gotson/komga/commits/058af49)), closes [#2063](https://github.com/gotson/komga/issues/2063)
|
||||||
|
|
||||||
|
## 🏎 Perf
|
||||||
|
|
||||||
|
- send events outside of db transaction ([51bfb35](https://github.com/gotson/komga/commits/51bfb35))
|
||||||
|
|
||||||
|
## 🧪 Tests
|
||||||
|
|
||||||
|
- run tests with a WAL database instead of memorydb ([7888a53](https://github.com/gotson/komga/commits/7888a53))
|
||||||
|
|
||||||
|
## 🛠 Build
|
||||||
|
**webui**
|
||||||
|
- update Browserslist db ([0e63e74](https://github.com/gotson/komga/commits/0e63e74))
|
||||||
|
|
||||||
|
## ⚙️ Dependencies
|
||||||
|
**ci**
|
||||||
|
- bump actions/setup-node from 4 to 5 ([3f64435](https://github.com/gotson/komga/commits/3f64435))
|
||||||
|
|
||||||
# [1.23.3](https://github.com/gotson/komga/compare/1.23.2...1.23.3) (2025-08-28)
|
# [1.23.3](https://github.com/gotson/komga/compare/1.23.2...1.23.3) (2025-08-28)
|
||||||
## 🐛 Fixes
|
## 🐛 Fixes
|
||||||
**api**
|
**api**
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
version=1.23.3
|
version=1.23.4
|
||||||
org.gradle.jvmargs=-Xmx2G
|
org.gradle.jvmargs=-Xmx2G
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
"url": "https://github.com/gotson/komga/blob/master/LICENSE"
|
"url": "https://github.com/gotson/komga/blob/master/LICENSE"
|
||||||
},
|
},
|
||||||
"title": "Komga API",
|
"title": "Komga API",
|
||||||
"version": "1.23.3"
|
"version": "1.23.4"
|
||||||
},
|
},
|
||||||
"externalDocs": {
|
"externalDocs": {
|
||||||
"description": "Komga documentation",
|
"description": "Komga documentation",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue