Skip to content

Commit ced89c5

Browse files
chore(release): 1.23.6 [skip ci]
1 parent a5548a5 commit ced89c5

File tree

3 files changed

+54
-3
lines changed

3 files changed

+54
-3
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
# [1.23.6](https://github.com/gotson/komga/compare/1.23.5...1.23.6) (2025-11-28)
2+
## 🐛 Fixes
3+
**kobo**
4+
- proxy 401 errors on initialization ([3739951](https://github.com/gotson/komga/commits/3739951))
5+
- prevent double URL encoding when proxying ([ce3ad4c](https://github.com/gotson/komga/commits/ce3ad4c)), closes [#2130](https://github.com/gotson/komga/issues/2130)
6+
- proxy Content-Type headers for kobo ([b925f3e](https://github.com/gotson/komga/commits/b925f3e)), closes [#2074](https://github.com/gotson/komga/issues/2074)
7+
8+
**unscoped**
9+
- properly decode cover href when generating epub cover ([f8ca936](https://github.com/gotson/komga/commits/f8ca936)), closes [#2118](https://github.com/gotson/komga/issues/2118)
10+
11+
## 🔄️ Changes
12+
**kobo**
13+
- log error responses ([454c6c7](https://github.com/gotson/komga/commits/454c6c7))
14+
15+
## 🛠 Build
16+
**docker**
17+
- use old-releases apt repo ([ba7b826](https://github.com/gotson/komga/commits/ba7b826))
18+
19+
**webui**
20+
- update Browserslist db ([727fe39](https://github.com/gotson/komga/commits/727fe39))
21+
22+
**unscoped**
23+
- fix svu install ([9a56b30](https://github.com/gotson/komga/commits/9a56b30))
24+
25+
## 📝 Documentation
26+
**api**
27+
- fix mediatype ([af66144](https://github.com/gotson/komga/commits/af66144))
28+
29+
## 🌐 Translation
30+
**komga-tray**
31+
- translated using Weblate (Arabic) ([a5548a5](https://github.com/gotson/komga/commits/a5548a5))
32+
- translated using Weblate (Russian) ([8f8d20a](https://github.com/gotson/komga/commits/8f8d20a))
33+
- translated using Weblate (Galician) ([0f69a3a](https://github.com/gotson/komga/commits/0f69a3a))
34+
35+
**webui**
36+
- translated using Weblate (Croatian) ([dde0169](https://github.com/gotson/komga/commits/dde0169))
37+
- translated using Weblate (Russian) ([a2ed7d3](https://github.com/gotson/komga/commits/a2ed7d3))
38+
- translated using Weblate (Portuguese (Brazil)) ([475f026](https://github.com/gotson/komga/commits/475f026))
39+
- translated using Weblate (Thai) ([a03f1bd](https://github.com/gotson/komga/commits/a03f1bd))
40+
41+
## ⚙️ Dependencies
42+
**ci**
43+
- bump actions/checkout from 5 to 6 ([f138fe3](https://github.com/gotson/komga/commits/f138fe3))
44+
- bump mikepenz/action-junit-report from 5 to 6 ([6b07fda](https://github.com/gotson/komga/commits/6b07fda))
45+
- bump actions/upload-artifact from 4 to 5 ([fe40ede](https://github.com/gotson/komga/commits/fe40ede))
46+
- bump actions/setup-node from 5 to 6 ([c23f2d3](https://github.com/gotson/komga/commits/c23f2d3))
47+
48+
**webui**
49+
- bump node-forge from 1.3.1 to 1.3.2 in /komga-webui ([0f25453](https://github.com/gotson/komga/commits/0f25453))
50+
- bump js-yaml from 3.14.1 to 3.14.2 in /komga-webui ([cd47fc7](https://github.com/gotson/komga/commits/cd47fc7))
51+
152
# [1.23.5](https://github.com/gotson/komga/compare/1.23.4...1.23.5) (2025-10-08)
253
## 🚀 Features
354

gradle.properties

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

komga/docs/openapi.json

Lines changed: 2 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.5"
10+
"version": "1.23.6"
1111
},
1212
"externalDocs": {
1313
"description": "Komga documentation",
@@ -4919,7 +4919,7 @@
49194919
"operationId": "matchComicRackList",
49204920
"requestBody": {
49214921
"content": {
4922-
"application/json": {
4922+
"multipart/form-data": {
49234923
"schema": {
49244924
"type": "object",
49254925
"properties": {

0 commit comments

Comments
 (0)