Skip to content

Commit 3638bb3

Browse files
chore(release): 1.21.2 [skip ci]
1 parent 9be980d commit 3638bb3

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# [1.21.2](https://github.com/gotson/komga/compare/1.21.1...1.21.2) (2025-03-12)
2+
## 🐛 Fixes
3+
**conveyor**
4+
- disable Linux builds for desktop app ([0d144a6](https://github.com/gotson/komga/commits/0d144a6))
5+
6+
**opds**
7+
- keep reading paging would spill over to on-deck ([9be980d](https://github.com/gotson/komga/commits/9be980d))
8+
9+
**webui**
10+
- import book details does not show format ([b7069c2](https://github.com/gotson/komga/commits/b7069c2))
11+
12+
**unscoped**
13+
- replace UriUtils.decode with URLDecode.decode ([6553437](https://github.com/gotson/komga/commits/6553437)), closes [#1909](https://github.com/gotson/komga/issues/1909)
14+
- better handling of epub path with anchor on windows ([cd6b83d](https://github.com/gotson/komga/commits/cd6b83d)), closes [#1909](https://github.com/gotson/komga/issues/1909)
15+
- more robust process handling for kepubify ([48e6eaf](https://github.com/gotson/komga/commits/48e6eaf))
16+
- don't fail epub analysis when optional features are missing ([465467c](https://github.com/gotson/komga/commits/465467c)), closes [#1909](https://github.com/gotson/komga/issues/1909)
17+
18+
## 🔄️ Changes
19+
**conveyor**
20+
- remove key added by mistake ([1250a97](https://github.com/gotson/komga/commits/1250a97))
21+
22+
## 🛠 Build
23+
24+
- fix parameterized test ([62d193d](https://github.com/gotson/komga/commits/62d193d))
25+
- add corner cases for epub nav ([01ef2b0](https://github.com/gotson/komga/commits/01ef2b0))
26+
- also run tests on windows and macos ([d299020](https://github.com/gotson/komga/commits/d299020))
27+
28+
## ⚙️ Dependencies
29+
**webui**
30+
- bump axios from 1.7.4 to 1.8.2 in /komga-webui (#1910) ([9454552](https://github.com/gotson/komga/commits/9454552)), closes [#1910](https://github.com/gotson/komga/issues/1910)
31+
132
# [1.21.1](https://github.com/gotson/komga/compare/1.21.0...1.21.1) (2025-03-06)
233
## 🐛 Fixes
334
**api**

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=1.21.1
1+
version=1.21.2
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.21.1"
10+
"version": "1.21.2"
1111
},
1212
"externalDocs": {
1313
"description": "Komga documentation",

0 commit comments

Comments
 (0)