Skip to content

Commit e850cdc

Browse files
chore(release): 1.23.4 [skip ci]
1 parent 51bfb35 commit e850cdc

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [1.23.4](https://github.com/gotson/komga/compare/1.23.3...1.23.4) (2025-09-09)
2+
## 🐛 Fixes
3+
**kobo**
4+
- update default kobo resources ([166b1ee](https://github.com/gotson/komga/commits/166b1ee)), closes [#2066](https://github.com/gotson/komga/issues/2066)
5+
- fail to create proxy url ([058af49](https://github.com/gotson/komga/commits/058af49)), closes [#2063](https://github.com/gotson/komga/issues/2063)
6+
7+
## 🏎 Perf
8+
9+
- send events outside of db transaction ([51bfb35](https://github.com/gotson/komga/commits/51bfb35))
10+
11+
## 🧪 Tests
12+
13+
- run tests with a WAL database instead of memorydb ([7888a53](https://github.com/gotson/komga/commits/7888a53))
14+
15+
## 🛠 Build
16+
**webui**
17+
- update Browserslist db ([0e63e74](https://github.com/gotson/komga/commits/0e63e74))
18+
19+
## ⚙️ Dependencies
20+
**ci**
21+
- bump actions/setup-node from 4 to 5 ([3f64435](https://github.com/gotson/komga/commits/3f64435))
22+
123
# [1.23.3](https://github.com/gotson/komga/compare/1.23.2...1.23.3) (2025-08-28)
224
## 🐛 Fixes
325
**api**

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=1.23.3
1+
version=1.23.4
22
org.gradle.jvmargs=-Xmx2G

komga/docs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/gotson/komga/blob/master/LICENSE"
88
},
99
"title": "Komga API",
10-
"version": "1.23.3"
10+
"version": "1.23.4"
1111
},
1212
"externalDocs": {
1313
"description": "Komga documentation",

0 commit comments

Comments
 (0)