Skip to content

Commit 45363fc

Browse files
chore(release): 1.21.3 [skip ci]
1 parent 0a2c3ac commit 45363fc

3 files changed

Lines changed: 41 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# [1.21.3](https://github.com/gotson/komga/compare/1.21.2...1.21.3) (2025-05-16)
2+
## 🐛 Fixes
3+
**webui**
4+
- add missing characters for Japanese series grouping ([0a2c3ac](https://github.com/gotson/komga/commits/0a2c3ac)), closes [#1959](https://github.com/gotson/komga/issues/1959)
5+
- webtoon page margin is not restored ([80fa75a](https://github.com/gotson/komga/commits/80fa75a)), closes [#1944](https://github.com/gotson/komga/issues/1944)
6+
7+
**unscoped**
8+
- epubs would have a "null" comment in the Media ([343add1](https://github.com/gotson/komga/commits/343add1))
9+
10+
## 🔄️ Changes
11+
12+
- remove startup task to fix missing thumbnail metadata ([a568a7d](https://github.com/gotson/komga/commits/a568a7d))
13+
- rename REST controller operations for better clarity in generated openapi spec ([95afb4b](https://github.com/gotson/komga/commits/95afb4b))
14+
15+
## 🛠 Build
16+
**conveyor**
17+
- update conveyor compatibility to 18 ([2120edb](https://github.com/gotson/komga/commits/2120edb))
18+
19+
**webui**
20+
- update Browserslist db ([e0a8edf](https://github.com/gotson/komga/commits/e0a8edf))
21+
- update Browserslist db (#1926) ([9ae39c0](https://github.com/gotson/komga/commits/9ae39c0)), closes [#1926](https://github.com/gotson/komga/issues/1926)
22+
23+
## 📝 Documentation
24+
**api**
25+
- better operationId ([f03ba84](https://github.com/gotson/komga/commits/f03ba84))
26+
27+
## ⚙️ Dependencies
28+
**ci**
29+
- bump hydraulic-software/conveyor from 17.0 to 18.0 ([ec7d4e3](https://github.com/gotson/komga/commits/ec7d4e3))
30+
- bump peter-evans/dockerhub-description from 4.0.0 to 4.0.2 ([08941f0](https://github.com/gotson/komga/commits/08941f0))
31+
32+
**webui**
33+
- bump http-proxy-middleware in /komga-webui ([6c486c0](https://github.com/gotson/komga/commits/6c486c0))
34+
- bump @babel/helpers from 7.22.15 to 7.27.0 in /komga-webui ([c618047](https://github.com/gotson/komga/commits/c618047))
35+
- bump @babel/runtime from 7.22.15 to 7.27.0 in /komga-webui ([77c8aa5](https://github.com/gotson/komga/commits/77c8aa5))
36+
137
# [1.21.2](https://github.com/gotson/komga/compare/1.21.1...1.21.2) (2025-03-12)
238
## 🐛 Fixes
339
**conveyor**

gradle.properties

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

komga/docs/openapi.json

Lines changed: 4 additions & 10 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.21.2"
10+
"version": "1.21.3"
1111
},
1212
"externalDocs": {
1313
"description": "Komga documentation",
@@ -23,11 +23,11 @@
2323
"description": "Local development server",
2424
"variables": {
2525
"port": {
26-
"default": "25600",
2726
"enum": [
2827
"8080",
2928
"25600"
30-
]
29+
],
30+
"default": "25600"
3131
}
3232
}
3333
}
@@ -10394,9 +10394,6 @@
1039410394
"negative": {
1039510395
"type": "boolean"
1039610396
},
10397-
"positive": {
10398-
"type": "boolean"
10399-
},
1040010397
"seconds": {
1040110398
"type": "integer",
1040210399
"format": "int64"
@@ -10495,9 +10492,6 @@
1049510492
"negative": {
1049610493
"type": "boolean"
1049710494
},
10498-
"positive": {
10499-
"type": "boolean"
10500-
},
1050110495
"seconds": {
1050210496
"type": "integer",
1050310497
"format": "int64"
@@ -14309,4 +14303,4 @@
1430914303
]
1431014304
}
1431114305
]
14312-
}
14306+
}

0 commit comments

Comments
 (0)