Skip to content

Commit 76feaa1

Browse files
chore(release): 1.22.0 [skip ci]
1 parent aad3e4a commit 76feaa1

File tree

3 files changed

+120
-8
lines changed

3 files changed

+120
-8
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
# [1.22.0](https://github.com/gotson/komga/compare/1.21.3...1.22.0) (2025-06-23)
2+
## 🚀 Features
3+
**api**
4+
- user creation supports restrictions ([1f0817b](https://github.com/gotson/komga/commits/1f0817b))
5+
6+
## 🐛 Fixes
7+
**api**
8+
- add CSP response header for untrusted epub resources ([25de597](https://github.com/gotson/komga/commits/25de597))
9+
- marking already read announcement as read would return error 500 ([8cf2403](https://github.com/gotson/komga/commits/8cf2403))
10+
11+
## 🛠 Build
12+
**release**
13+
- remove unused announce step ([2911348](https://github.com/gotson/komga/commits/2911348))
14+
15+
**webui**
16+
- update Browserslist db ([bc8a5df](https://github.com/gotson/komga/commits/bc8a5df))
17+
18+
## 📝 Documentation
19+
**api**
20+
- add /actuator/info in OpenAPI specification ([1ab46a7](https://github.com/gotson/komga/commits/1ab46a7))
21+
- document remember-me parameter on Retrieve Current User API ([cc78cd3](https://github.com/gotson/komga/commits/cc78cd3))
22+
23+
**openapi**
24+
- rename Claim Server tag to avoid conflict with operation name ([a17ff43](https://github.com/gotson/komga/commits/a17ff43))
25+
26+
## 🌐 Translation
27+
**komga-tray**
28+
- translated using Weblate (Assamese) ([56e7cff](https://github.com/gotson/komga/commits/56e7cff))
29+
- translated using Weblate (Indonesian) ([4082451](https://github.com/gotson/komga/commits/4082451))
30+
- translated using Weblate (Bulgarian) ([fb7f144](https://github.com/gotson/komga/commits/fb7f144))
31+
32+
**webui**
33+
- translated using Weblate (Chinese (Simplified Han script)) ([aad3e4a](https://github.com/gotson/komga/commits/aad3e4a))
34+
- translated using Weblate (Chinese (Traditional Han script)) ([b228f0e](https://github.com/gotson/komga/commits/b228f0e))
35+
- translated using Weblate (Korean) ([324262f](https://github.com/gotson/komga/commits/324262f))
36+
- translated using Weblate (Finnish) ([0423f82](https://github.com/gotson/komga/commits/0423f82))
37+
- translated using Weblate (French) ([d77d9cb](https://github.com/gotson/komga/commits/d77d9cb))
38+
- translated using Weblate (Spanish) ([80e7cfb](https://github.com/gotson/komga/commits/80e7cfb))
39+
- translated using Weblate (Dutch) ([b762fe0](https://github.com/gotson/komga/commits/b762fe0))
40+
- translated using Weblate (Indonesian) ([f00ec95](https://github.com/gotson/komga/commits/f00ec95))
41+
- translated using Weblate (Italian) ([d8a374a](https://github.com/gotson/komga/commits/d8a374a))
42+
- translated using Weblate (Hungarian) ([299ef6c](https://github.com/gotson/komga/commits/299ef6c))
43+
- translated using Weblate (Portuguese) ([009bc6e](https://github.com/gotson/komga/commits/009bc6e))
44+
- translated using Weblate (Japanese) ([1197ecf](https://github.com/gotson/komga/commits/1197ecf))
45+
- translated using Weblate (German) ([6629741](https://github.com/gotson/komga/commits/6629741))
46+
- translated using Weblate (Turkish) ([b570169](https://github.com/gotson/komga/commits/b570169))
47+
48+
## ⚙️ Dependencies
49+
**ci**
50+
- bump hydraulic-software/conveyor from 18.0 to 18.1 ([e2a0b94](https://github.com/gotson/komga/commits/e2a0b94))
51+
152
# [1.21.3](https://github.com/gotson/komga/compare/1.21.2...1.21.3) (2025-05-16)
253
## 🐛 Fixes
354
**webui**

gradle.properties

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

komga/docs/openapi.json

Lines changed: 68 additions & 7 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.3"
10+
"version": "1.22.0"
1111
},
1212
"externalDocs": {
1313
"description": "Komga documentation",
@@ -132,7 +132,7 @@
132132
},
133133
{
134134
"description": "Claim a freshly installed Komga server.",
135-
"name": "Claim server"
135+
"name": "Claim"
136136
},
137137
{
138138
"description": "Manage server tasks",
@@ -158,6 +158,10 @@
158158
"description": "Retrieve announcements from the Komga website",
159159
"name": "Announcements"
160160
},
161+
{
162+
"description": "Manage server",
163+
"name": "Management"
164+
},
161165
{
162166
"name": "Mihon"
163167
},
@@ -170,6 +174,31 @@
170174
}
171175
],
172176
"paths": {
177+
"/actuator/info": {
178+
"get": {
179+
"description": "Required role: **ADMIN**",
180+
"operationId": "getActuatorInfo",
181+
"responses": {
182+
"200": {
183+
"content": {
184+
"application/json": {
185+
"examples": {
186+
"Example": {
187+
"value": "{\n \"git\": {\n \"branch\": \"master\",\n \"commit\": {\n \"id\": \"9be980d\",\n \"time\": \"2025-03-12T03:40:38Z\"\n }\n },\n \"build\": {\n \"artifact\": \"komga\",\n \"name\": \"komga\",\n \"version\": \"1.21.2\",\n \"group\": \"komga\"\n },\n \"java\": {\n \"version\": \"23.0.2\",\n \"vendor\": {\n \"name\": \"Eclipse Adoptium\",\n \"version\": \"Temurin-23.0.2+7\"\n },\n \"runtime\": {\n \"name\": \"OpenJDK Runtime Environment\",\n \"version\": \"23.0.2+7\"\n },\n \"jvm\": {\n \"name\": \"OpenJDK 64-Bit Server VM\",\n \"vendor\": \"Eclipse Adoptium\",\n \"version\": \"23.0.2+7\"\n }\n },\n \"os\": {\n \"name\": \"Linux\",\n \"version\": \"6.8.0-57-generic\",\n \"arch\": \"amd64\"\n }\n}"
188+
}
189+
}
190+
}
191+
},
192+
"description": "OK"
193+
}
194+
},
195+
"summary": "Get server information",
196+
"tags": [
197+
"Management"
198+
]
199+
},
200+
"summary": "Get general information about the server"
201+
},
173202
"/api/logout": {
174203
"get": {
175204
"description": "Invalidates the current session and clean up any remember-me authentication.",
@@ -2450,7 +2479,7 @@
24502479
"security": [],
24512480
"summary": "Retrieve claim status",
24522481
"tags": [
2453-
"Claim server"
2482+
"Claim"
24542483
]
24552484
},
24562485
"post": {
@@ -2499,7 +2528,7 @@
24992528
"security": [],
25002529
"summary": "Claim server",
25012530
"tags": [
2502-
"Claim server"
2531+
"Claim"
25032532
]
25042533
}
25052534
},
@@ -8315,6 +8344,16 @@
83158344
"/api/v2/users/me": {
83168345
"get": {
83178346
"operationId": "getCurrentUser",
8347+
"parameters": [
8348+
{
8349+
"in": "query",
8350+
"name": "remember-me",
8351+
"required": false,
8352+
"schema": {
8353+
"type": "boolean"
8354+
}
8355+
}
8356+
],
83188357
"responses": {
83198358
"200": {
83208359
"content": {
@@ -8823,7 +8862,8 @@
88238862
"type": "string",
88248863
"enum": [
88258864
"ALLOW_ONLY",
8826-
"EXCLUDE"
8865+
"EXCLUDE",
8866+
"NONE"
88278867
]
88288868
}
88298869
}
@@ -13756,9 +13796,26 @@
1375613796
],
1375713797
"type": "object",
1375813798
"properties": {
13799+
"ageRestriction": {
13800+
"$ref": "#/components/schemas/AgeRestrictionUpdateDto"
13801+
},
1375913802
"email": {
1376013803
"type": "string"
1376113804
},
13805+
"labelsAllow": {
13806+
"uniqueItems": true,
13807+
"type": "array",
13808+
"items": {
13809+
"type": "string"
13810+
}
13811+
},
13812+
"labelsExclude": {
13813+
"uniqueItems": true,
13814+
"type": "array",
13815+
"items": {
13816+
"type": "string"
13817+
}
13818+
},
1376213819
"password": {
1376313820
"type": "string"
1376413821
},
@@ -13767,6 +13824,9 @@
1376713824
"items": {
1376813825
"type": "string"
1376913826
}
13827+
},
13828+
"sharedLibraries": {
13829+
"$ref": "#/components/schemas/SharedLibrariesUpdateDto"
1377013830
}
1377113831
}
1377213832
},
@@ -14285,13 +14345,14 @@
1428514345
{
1428614346
"name": "Server",
1428714347
"tags": [
14288-
"Claim server",
14348+
"Claim",
1428914349
"Server settings",
1429014350
"Tasks",
1429114351
"History",
1429214352
"File system",
1429314353
"Releases",
14294-
"Announcements"
14354+
"Announcements",
14355+
"Management"
1429514356
]
1429614357
},
1429714358
{

0 commit comments

Comments
 (0)