Skip to content

Commit b2ef2e9

Browse files
chore(release): 1.22.1 [skip ci]
1 parent 239be60 commit b2ef2e9

File tree

3 files changed

+1033
-1084
lines changed

3 files changed

+1033
-1084
lines changed

CHANGELOG.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,77 @@
1+
# [1.22.1](https://github.com/gotson/komga/compare/1.22.0...1.22.1) (2025-07-15)
2+
## 🐛 Fixes
3+
4+
- don't strip accents on input data and sort series title with unicode collation ([c2c697f](https://github.com/gotson/komga/commits/c2c697f))
5+
- epub divina heuristic ([5f9cc44](https://github.com/gotson/komga/commits/5f9cc44)), closes [#1997](https://github.com/gotson/komga/issues/1997)
6+
7+
## 🔄️ Changes
8+
**komga**
9+
- remove artemis cleanup ([9567df1](https://github.com/gotson/komga/commits/9567df1))
10+
11+
**komga-tray**
12+
- remove deprecated methods ([d56c3e3](https://github.com/gotson/komga/commits/d56c3e3))
13+
14+
**unscoped**
15+
- use interpolation prefix ([1de36b7](https://github.com/gotson/komga/commits/1de36b7))
16+
- add param target for some annotations to fix archunit tests ([1975ff2](https://github.com/gotson/komga/commits/1975ff2))
17+
- fix types for new Kotlin compiler ([34c7d8b](https://github.com/gotson/komga/commits/34c7d8b))
18+
- replace deprecated AntPathRequestMatcher with PathPatternRequestMatcher ([f674d65](https://github.com/gotson/komga/commits/f674d65))
19+
- remove unused params ([d4de08a](https://github.com/gotson/komga/commits/d4de08a))
20+
- use new syntax for gradle task registation ([d112e69](https://github.com/gotson/komga/commits/d112e69))
21+
22+
## 🛠 Build
23+
**docker**
24+
- bump base image from ubuntu:24.10 to ubuntu:25.04 for amr64/arm64 ([6f951bd](https://github.com/gotson/komga/commits/6f951bd))
25+
26+
**komga**
27+
- align jooq version for jooq plugin ([5f00bd5](https://github.com/gotson/komga/commits/5f00bd5))
28+
- add kotlin compiler parameter to remove warnings ([ce7816b](https://github.com/gotson/komga/commits/ce7816b))
29+
30+
**webui**
31+
- update Browserslist db ([ddc5f72](https://github.com/gotson/komga/commits/ddc5f72))
32+
33+
**unscoped**
34+
- update ktlint gradle plugin configuration ([eacf305](https://github.com/gotson/komga/commits/eacf305))
35+
- update build.gradle for newer Kotlin ([f2841ea](https://github.com/gotson/komga/commits/f2841ea))
36+
- use Java 21 ([71e8e9a](https://github.com/gotson/komga/commits/71e8e9a))
37+
- add enable native access attribute to jar manifest ([8602740](https://github.com/gotson/komga/commits/8602740))
38+
39+
## 📝 Documentation
40+
41+
- minimum Java version is 21 ([388349d](https://github.com/gotson/komga/commits/388349d))
42+
43+
## 🌐 Translation
44+
**komga-tray**
45+
- translated using Weblate (Ukrainian) ([c960e45](https://github.com/gotson/komga/commits/c960e45))
46+
47+
**webui**
48+
- translated using Weblate (Dutch) ([239be60](https://github.com/gotson/komga/commits/239be60))
49+
- translated using Weblate (Ukrainian) ([7873671](https://github.com/gotson/komga/commits/7873671))
50+
- translated using Weblate (Tamil) ([da2bf7d](https://github.com/gotson/komga/commits/da2bf7d))
51+
52+
## ⚙️ Dependencies
53+
**build**
54+
- update Gradle to 8.14.3 ([267292d](https://github.com/gotson/komga/commits/267292d))
55+
- bump JReleaser from 1.10.0 to 1.19.0 ([4189833](https://github.com/gotson/komga/commits/4189833))
56+
- bump Gradle from 8.11.1 to 8.14.2 ([a980009](https://github.com/gotson/komga/commits/a980009))
57+
58+
**komga**
59+
- bump deps ([48207cb](https://github.com/gotson/komga/commits/48207cb))
60+
- bump ksp plugin ([4b9a146](https://github.com/gotson/komga/commits/4b9a146))
61+
- bump deps ([c898906](https://github.com/gotson/komga/commits/c898906))
62+
- bump Gradle plugins ([e7a0a52](https://github.com/gotson/komga/commits/e7a0a52))
63+
- bump Spring Boot to 3.5.3 ([9ac225b](https://github.com/gotson/komga/commits/9ac225b))
64+
- bump icu4j from 76.1 to 77.1 ([39bc3b2](https://github.com/gotson/komga/commits/39bc3b2))
65+
66+
**komga-tray**
67+
- bump Gradle plugins ([0f74e6e](https://github.com/gotson/komga/commits/0f74e6e))
68+
69+
**unscoped**
70+
- bump ben-manes version plugin to 0.52.0 ([cd99019](https://github.com/gotson/komga/commits/cd99019))
71+
- bump ktlint to 1.6.0 ([9bc3794](https://github.com/gotson/komga/commits/9bc3794))
72+
- bump Kotlin to 2.2.0 ([aa80ef8](https://github.com/gotson/komga/commits/aa80ef8))
73+
- bump ktlint plugin to 13.0.0 ([1235220](https://github.com/gotson/komga/commits/1235220))
74+
175
# [1.22.0](https://github.com/gotson/komga/compare/1.21.3...1.22.0) (2025-06-23)
276
## 🚀 Features
377
**api**

gradle.properties

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

0 commit comments

Comments
 (0)