Skip to content

Commit 8a07a72

Browse files
chore(release): 1.23.0 [skip ci]
1 parent ba83452 commit 8a07a72

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# [1.23.0](https://github.com/gotson/komga/compare/1.22.1...1.23.0) (2025-07-28)
2+
## 🚀 Features
3+
4+
- check if database files are on local filesystem on startup ([93b2130](https://github.com/gotson/komga/commits/93b2130))
5+
6+
## 🐛 Fixes
7+
8+
- ensure tasksDB parent directory is created ([eb1e602](https://github.com/gotson/komga/commits/eb1e602))
9+
10+
## 🔄️ Changes
11+
12+
- ktlint format ([756d9f9](https://github.com/gotson/komga/commits/756d9f9))
13+
- use guard condition in when ([83a995f](https://github.com/gotson/komga/commits/83a995f))
14+
- remove redundant qualifier ([d82af1b](https://github.com/gotson/komga/commits/d82af1b))
15+
- rename unused exceptions ([5ba13d0](https://github.com/gotson/komga/commits/5ba13d0))
16+
- simplify condition ([b84a958](https://github.com/gotson/komga/commits/b84a958))
17+
- simplify regex string ([c955f2d](https://github.com/gotson/komga/commits/c955f2d))
18+
- remove explicit type ([65c8575](https://github.com/gotson/komga/commits/65c8575))
19+
- replace enum.values() with enum.entries ([03993ac](https://github.com/gotson/komga/commits/03993ac))
20+
- remove unused code ([b7d1824](https://github.com/gotson/komga/commits/b7d1824))
21+
- fix warning on startup ([209792f](https://github.com/gotson/komga/commits/209792f))
22+
23+
## 🛠 Build
24+
25+
- add os name to junit test report ([ba83452](https://github.com/gotson/komga/commits/ba83452))
26+
- publish junit test report ([8952b83](https://github.com/gotson/komga/commits/8952b83))
27+
28+
## 🌐 Translation
29+
**webui**
30+
- translated using Weblate (Turkish) ([dc1248e](https://github.com/gotson/komga/commits/dc1248e))
31+
132
# [1.22.1](https://github.com/gotson/komga/compare/1.22.0...1.22.1) (2025-07-15)
233
## 🐛 Fixes
334

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=1.22.1
1+
version=1.23.0
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.22.1"
10+
"version": "1.23.0"
1111
},
1212
"externalDocs": {
1313
"description": "Komga documentation",
@@ -13101,7 +13101,7 @@
1310113101
},
1310213102
"serverContextPath": {
1310313103
"type": "string",
13104-
"pattern": "^\\/[\\w-\\/]*[a-zA-Z0-9]$"
13104+
"pattern": "^/[\\w-/]*[a-zA-Z0-9]$"
1310513105
},
1310613106
"serverPort": {
1310713107
"type": "integer",

0 commit comments

Comments
 (0)