Skip to content

Commit 37ef23d

Browse files
chore(release): 1.23.1 [skip ci]
1 parent cd98fed commit 37ef23d

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
# [1.23.1](https://github.com/gotson/komga/compare/1.23.0...1.23.1) (2025-08-01)
2+
## 🐛 Fixes
3+
**api**
4+
- reduce cache for announcements and releases to 1h ([e019f5d](https://github.com/gotson/komga/commits/e019f5d))
5+
6+
## 🏎 Perf
7+
8+
- separate database reads from writes ([f9d9139](https://github.com/gotson/komga/commits/f9d9139))
9+
- use sqlite temporary tables for long parameter list ([7464e64](https://github.com/gotson/komga/commits/7464e64))
10+
11+
## 🔄️ Changes
12+
**benchmark**
13+
- replace deprecated methods ([9046a61](https://github.com/gotson/komga/commits/9046a61))
14+
15+
**unscoped**
16+
- ktlint format ([9986f9d](https://github.com/gotson/komga/commits/9986f9d))
17+
- move lucene commit to separate class ([243355f](https://github.com/gotson/komga/commits/243355f))
18+
- replace deprecated property ([cfa3995](https://github.com/gotson/komga/commits/cfa3995))
19+
20+
## 🧪 Tests
21+
22+
- use synchronous lucene committer for tests ([0e52bde](https://github.com/gotson/komga/commits/0e52bde))
23+
- use synchronous events for tests ([a80eb59](https://github.com/gotson/komga/commits/a80eb59))
24+
25+
## 🛠 Build
26+
**docker**
27+
- downgrade base image from ubuntu:25.04 to ubuntu:24.10 for arm64/arm64 ([ffd2d0c](https://github.com/gotson/komga/commits/ffd2d0c)), closes [#2021](https://github.com/gotson/komga/issues/2021)
28+
29+
**webui**
30+
- update Browserslist db ([8c4fb26](https://github.com/gotson/komga/commits/8c4fb26))
31+
32+
## ⚙️ Dependencies
33+
**komga**
34+
- bump spring boot to 3.5.4 ([d8d2029](https://github.com/gotson/komga/commits/d8d2029))
35+
- bump bestbefore-processor-kotlin to 0.2.0 ([5af98a5](https://github.com/gotson/komga/commits/5af98a5))
36+
- bump spring-session-caffeine to 2.1.0 ([0a0bd96](https://github.com/gotson/komga/commits/0a0bd96))
37+
38+
**webui**
39+
- bump on-headers and compression in /komga-webui ([cd98fed](https://github.com/gotson/komga/commits/cd98fed))
40+
141
# [1.23.0](https://github.com/gotson/komga/compare/1.22.1...1.23.0) (2025-07-28)
242
## 🚀 Features
343

gradle.properties

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

komga/docs/openapi.json

Lines changed: 1 addition & 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.0"
10+
"version": "1.23.1"
1111
},
1212
"externalDocs": {
1313
"description": "Komga documentation",

0 commit comments

Comments
 (0)