mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
chore(release): 1.23.6 [skip ci]
This commit is contained in:
parent
a5548a5429
commit
ced89c5c54
3 changed files with 54 additions and 3 deletions
51
CHANGELOG.md
51
CHANGELOG.md
|
|
@ -1,3 +1,54 @@
|
||||||
|
# [1.23.6](https://github.com/gotson/komga/compare/1.23.5...1.23.6) (2025-11-28)
|
||||||
|
## 🐛 Fixes
|
||||||
|
**kobo**
|
||||||
|
- proxy 401 errors on initialization ([3739951](https://github.com/gotson/komga/commits/3739951))
|
||||||
|
- prevent double URL encoding when proxying ([ce3ad4c](https://github.com/gotson/komga/commits/ce3ad4c)), closes [#2130](https://github.com/gotson/komga/issues/2130)
|
||||||
|
- proxy Content-Type headers for kobo ([b925f3e](https://github.com/gotson/komga/commits/b925f3e)), closes [#2074](https://github.com/gotson/komga/issues/2074)
|
||||||
|
|
||||||
|
**unscoped**
|
||||||
|
- 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)
|
||||||
|
|
||||||
|
## 🔄️ Changes
|
||||||
|
**kobo**
|
||||||
|
- log error responses ([454c6c7](https://github.com/gotson/komga/commits/454c6c7))
|
||||||
|
|
||||||
|
## 🛠 Build
|
||||||
|
**docker**
|
||||||
|
- use old-releases apt repo ([ba7b826](https://github.com/gotson/komga/commits/ba7b826))
|
||||||
|
|
||||||
|
**webui**
|
||||||
|
- update Browserslist db ([727fe39](https://github.com/gotson/komga/commits/727fe39))
|
||||||
|
|
||||||
|
**unscoped**
|
||||||
|
- fix svu install ([9a56b30](https://github.com/gotson/komga/commits/9a56b30))
|
||||||
|
|
||||||
|
## 📝 Documentation
|
||||||
|
**api**
|
||||||
|
- fix mediatype ([af66144](https://github.com/gotson/komga/commits/af66144))
|
||||||
|
|
||||||
|
## 🌐 Translation
|
||||||
|
**komga-tray**
|
||||||
|
- translated using Weblate (Arabic) ([a5548a5](https://github.com/gotson/komga/commits/a5548a5))
|
||||||
|
- translated using Weblate (Russian) ([8f8d20a](https://github.com/gotson/komga/commits/8f8d20a))
|
||||||
|
- translated using Weblate (Galician) ([0f69a3a](https://github.com/gotson/komga/commits/0f69a3a))
|
||||||
|
|
||||||
|
**webui**
|
||||||
|
- translated using Weblate (Croatian) ([dde0169](https://github.com/gotson/komga/commits/dde0169))
|
||||||
|
- translated using Weblate (Russian) ([a2ed7d3](https://github.com/gotson/komga/commits/a2ed7d3))
|
||||||
|
- translated using Weblate (Portuguese (Brazil)) ([475f026](https://github.com/gotson/komga/commits/475f026))
|
||||||
|
- translated using Weblate (Thai) ([a03f1bd](https://github.com/gotson/komga/commits/a03f1bd))
|
||||||
|
|
||||||
|
## ⚙️ Dependencies
|
||||||
|
**ci**
|
||||||
|
- bump actions/checkout from 5 to 6 ([f138fe3](https://github.com/gotson/komga/commits/f138fe3))
|
||||||
|
- bump mikepenz/action-junit-report from 5 to 6 ([6b07fda](https://github.com/gotson/komga/commits/6b07fda))
|
||||||
|
- bump actions/upload-artifact from 4 to 5 ([fe40ede](https://github.com/gotson/komga/commits/fe40ede))
|
||||||
|
- bump actions/setup-node from 5 to 6 ([c23f2d3](https://github.com/gotson/komga/commits/c23f2d3))
|
||||||
|
|
||||||
|
**webui**
|
||||||
|
- bump node-forge from 1.3.1 to 1.3.2 in /komga-webui ([0f25453](https://github.com/gotson/komga/commits/0f25453))
|
||||||
|
- bump js-yaml from 3.14.1 to 3.14.2 in /komga-webui ([cd47fc7](https://github.com/gotson/komga/commits/cd47fc7))
|
||||||
|
|
||||||
# [1.23.5](https://github.com/gotson/komga/compare/1.23.4...1.23.5) (2025-10-08)
|
# [1.23.5](https://github.com/gotson/komga/compare/1.23.4...1.23.5) (2025-10-08)
|
||||||
## 🚀 Features
|
## 🚀 Features
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
version=1.23.5
|
version=1.23.6
|
||||||
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.5"
|
"version": "1.23.6"
|
||||||
},
|
},
|
||||||
"externalDocs": {
|
"externalDocs": {
|
||||||
"description": "Komga documentation",
|
"description": "Komga documentation",
|
||||||
|
|
@ -4919,7 +4919,7 @@
|
||||||
"operationId": "matchComicRackList",
|
"operationId": "matchComicRackList",
|
||||||
"requestBody": {
|
"requestBody": {
|
||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"multipart/form-data": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue