Skip to content

Commit a166f96

Browse files
chore(release): 1.23.5 [skip ci]
1 parent 2259e4b commit a166f96

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
# [1.23.5](https://github.com/gotson/komga/compare/1.23.4...1.23.5) (2025-10-08)
2+
## 🚀 Features
3+
4+
- support local artwork in gif format ([f19d7aa](https://github.com/gotson/komga/commits/f19d7aa)), closes [#1853](https://github.com/gotson/komga/issues/1853)
5+
6+
## 🐛 Fixes
7+
**api**
8+
- empty content when x-api-key is sent alongside session ([5a5f8d7](https://github.com/gotson/komga/commits/5a5f8d7)), closes [#2099](https://github.com/gotson/komga/issues/2099)
9+
- relax JSON deserializer ([eb8bdfc](https://github.com/gotson/komga/commits/eb8bdfc))
10+
- add id field in HistoricalEventDto ([5e3ca4d](https://github.com/gotson/komga/commits/5e3ca4d))
11+
12+
## 🏎 Perf
13+
**api**
14+
- remove no-transform cache-control from response header ([43c1018](https://github.com/gotson/komga/commits/43c1018)), closes [#2091](https://github.com/gotson/komga/issues/2091)
15+
16+
## 🔄️ Changes
17+
18+
- add more logs when epub extension is missing ([730b093](https://github.com/gotson/komga/commits/730b093))
19+
- add more logs to koreader sync controller ([2f9b4e7](https://github.com/gotson/komga/commits/2f9b4e7))
20+
- make dslRO transaction aware ([69ba569](https://github.com/gotson/komga/commits/69ba569))
21+
22+
## 🛠 Build
23+
**webui**
24+
- update Browserslist db ([e842a52](https://github.com/gotson/komga/commits/e842a52))
25+
26+
## 🌐 Translation
27+
**komga-tray**
28+
- translated using Weblate (Portuguese (Brazil)) ([2259e4b](https://github.com/gotson/komga/commits/2259e4b))
29+
30+
**webui**
31+
- translated using Weblate (Slovak) ([f75ad77](https://github.com/gotson/komga/commits/f75ad77))
32+
- translated using Weblate (Croatian) ([f2913d1](https://github.com/gotson/komga/commits/f2913d1))
33+
- translated using Weblate (Czech) ([0b3307c](https://github.com/gotson/komga/commits/0b3307c))
34+
- translated using Weblate (Portuguese (Brazil)) ([1213309](https://github.com/gotson/komga/commits/1213309))
35+
36+
## ⚙️ Dependencies
37+
**ci**
38+
- bump peter-evans/dockerhub-description from 4.0.2 to 5.0.0 ([bdca990](https://github.com/gotson/komga/commits/bdca990))
39+
- bump gradle/actions from 4 to 5 ([8081439](https://github.com/gotson/komga/commits/8081439))
40+
- bump peter-evans/repository-dispatch from 3 to 4 ([80c604e](https://github.com/gotson/komga/commits/80c604e))
41+
- bump hydraulic-software/conveyor from 19.0 to 20.0 ([e0b583f](https://github.com/gotson/komga/commits/e0b583f))
42+
43+
**webui**
44+
- bump axios from 1.8.2 to 1.12.0 in /komga-webui ([d965758](https://github.com/gotson/komga/commits/d965758))
45+
146
# [1.23.4](https://github.com/gotson/komga/compare/1.23.3...1.23.4) (2025-09-09)
247
## 🐛 Fixes
348
**kobo**

gradle.properties

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

komga/docs/openapi.json

Lines changed: 5 additions & 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.4"
10+
"version": "1.23.5"
1111
},
1212
"externalDocs": {
1313
"description": "Komga documentation",
@@ -10313,6 +10313,9 @@
1031310313
"bookId": {
1031410314
"type": "string"
1031510315
},
10316+
"id": {
10317+
"type": "string"
10318+
},
1031610319
"properties": {
1031710320
"type": "object",
1031810321
"additionalProperties": {
@@ -10331,6 +10334,7 @@
1033110334
}
1033210335
},
1033310336
"required": [
10337+
"id",
1033410338
"properties",
1033510339
"timestamp",
1033610340
"type"

0 commit comments

Comments
 (0)