Skip to content

Commit caf658a

Browse files
chore(release): 1.23.2 [skip ci]
1 parent 4a598e3 commit caf658a

3 files changed

Lines changed: 60 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
# [1.23.2](https://github.com/gotson/komga/compare/1.23.1...1.23.2) (2025-08-25)
2+
## 🐛 Fixes
3+
**kobo**
4+
- NullPointer exception ([138c0ed](https://github.com/gotson/komga/commits/138c0ed)), closes [#2045](https://github.com/gotson/komga/issues/2045)
5+
6+
**webui**
7+
- ignore content negotiation when downloading page ([85a33d4](https://github.com/gotson/komga/commits/85a33d4)), closes [#2042](https://github.com/gotson/komga/issues/2042)
8+
9+
**unscoped**
10+
- ignore xml namespace in EPUB opf file ([3ab21ff](https://github.com/gotson/komga/commits/3ab21ff)), closes [#2043](https://github.com/gotson/komga/issues/2043)
11+
12+
## 🏎 Perf
13+
14+
- enable SQLite WAL mode by default ([e7b56b2](https://github.com/gotson/komga/commits/e7b56b2))
15+
16+
## 🔄️ Changes
17+
**api**
18+
- mark kepubifyPath as deprecated ([d147586](https://github.com/gotson/komga/commits/d147586))
19+
20+
**unscoped**
21+
- use Jsoup XmlParser instead of HTML parser where needed ([4e7c49d](https://github.com/gotson/komga/commits/4e7c49d))
22+
23+
## 🛠 Build
24+
**deps**
25+
- move redundant versions to gradle version catalog ([18ec31f](https://github.com/gotson/komga/commits/18ec31f))
26+
27+
## 📝 Documentation
28+
29+
- update sponsors ([0bcf1e4](https://github.com/gotson/komga/commits/0bcf1e4))
30+
31+
## 🌐 Translation
32+
**komga-tray**
33+
- translated using Weblate (Slovak) ([4a598e3](https://github.com/gotson/komga/commits/4a598e3))
34+
- translated using Weblate (Assamese) ([9ce6258](https://github.com/gotson/komga/commits/9ce6258))
35+
- added translation using Weblate (Slovak) ([c6a424e](https://github.com/gotson/komga/commits/c6a424e))
36+
- translated using Weblate (Ukrainian) ([45a105a](https://github.com/gotson/komga/commits/45a105a))
37+
38+
**webui**
39+
- translated using Weblate (Slovak) ([9a6f664](https://github.com/gotson/komga/commits/9a6f664))
40+
- translated using Weblate (Ukrainian) ([ed271fc](https://github.com/gotson/komga/commits/ed271fc))
41+
42+
## ⚙️ Dependencies
43+
**ci**
44+
- bump actions/checkout from 4 to 5 ([ea5a470](https://github.com/gotson/komga/commits/ea5a470))
45+
- bump hydraulic-software/conveyor from 18.1 to 19.0 ([a333b75](https://github.com/gotson/komga/commits/a333b75))
46+
47+
**webui**
48+
- bump brace-expansion from 1.1.11 to 1.1.12 in /komga-webui ([777acbb](https://github.com/gotson/komga/commits/777acbb))
49+
- bump ws in /komga-webui ([30f6d3a](https://github.com/gotson/komga/commits/30f6d3a))
50+
51+
**unscoped**
52+
- bump jsoup to 1.21.1 ([8b62988](https://github.com/gotson/komga/commits/8b62988))
53+
- bump nightcompress from 1.1.0 to 1.1.1 ([eb8a2df](https://github.com/gotson/komga/commits/eb8a2df))
54+
- bump ktlint from 1.6.0 to 1.7.1 ([54c818e](https://github.com/gotson/komga/commits/54c818e))
55+
156
# [1.23.1](https://github.com/gotson/komga/compare/1.23.0...1.23.1) (2025-08-01)
257
## 🐛 Fixes
358
**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.1
1+
version=1.23.2
22
org.gradle.jvmargs=-Xmx2G

komga/docs/openapi.json

Lines changed: 4 additions & 2 deletions
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.1"
10+
"version": "1.23.2"
1111
},
1212
"externalDocs": {
1313
"description": "Komga documentation",
@@ -13082,7 +13082,9 @@
1308213082
"type": "boolean"
1308313083
},
1308413084
"kepubifyPath": {
13085-
"type": "string"
13085+
"type": "string",
13086+
"deprecated": true,
13087+
"description": "Will be removed in a future version"
1308613088
},
1308713089
"koboPort": {
1308813090
"type": "integer",

0 commit comments

Comments
 (0)