File tree Expand file tree Collapse file tree 3 files changed +34
-3
lines changed
Expand file tree Collapse file tree 3 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- version =1.22.1
1+ version =1.23.0
22org.gradle.jvmargs =-Xmx2G
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments