Skip to content

Commit 3d0934b

Browse files
chore(release): 0.161.0 [skip ci]
# [0.161.0](v0.160.0...v0.161.0) (2023-01-27) ### Bug Fixes * **api:** multiple tag or author filters could generate duplicate book results ([88aa7ad](88aa7ad)), closes [#1052](#1052) * NPE when email_verified claim is missing in OIDC request ([72e5fd9](72e5fd9)), closes [#1054](#1054) * translated using Weblate ([faf95f2](faf95f2)) * **webui:** multi-select bar delete button doesn't work on some views ([94fc5fa](94fc5fa)), closes [#1056](#1056) ### Features * add configuration option to skip email verification in OIDC login flow ([273b7d2](273b7d2)), closes [#1054](#1054)
1 parent faf95f2 commit 3d0934b

File tree

3 files changed

+30
-15
lines changed

3 files changed

+30
-15
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [0.161.0](https://github.com/gotson/komga/compare/v0.160.0...v0.161.0) (2023-01-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **api:** multiple tag or author filters could generate duplicate book results ([88aa7ad](https://github.com/gotson/komga/commit/88aa7adaad97cbf7637012f65b6faa9c25133fe8)), closes [#1052](https://github.com/gotson/komga/issues/1052)
7+
* NPE when email_verified claim is missing in OIDC request ([72e5fd9](https://github.com/gotson/komga/commit/72e5fd9c9adde5cfeda7e2dee8d2edf4f57e2599)), closes [#1054](https://github.com/gotson/komga/issues/1054)
8+
* translated using Weblate ([faf95f2](https://github.com/gotson/komga/commit/faf95f2c69913236529fbd81e463155b8b813c45))
9+
* **webui:** multi-select bar delete button doesn't work on some views ([94fc5fa](https://github.com/gotson/komga/commit/94fc5fa4d5816b0c9c09783392a873d4a0676947)), closes [#1056](https://github.com/gotson/komga/issues/1056)
10+
11+
12+
### Features
13+
14+
* add configuration option to skip email verification in OIDC login flow ([273b7d2](https://github.com/gotson/komga/commit/273b7d266cd1667f6a3c44b7d1ca479e0edb874a)), closes [#1054](https://github.com/gotson/komga/issues/1054)
15+
116
# [0.160.0](https://github.com/gotson/komga/compare/v0.159.1...v0.160.0) (2023-01-19)
217

318

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=0.160.0
1+
version=0.161.0
22
org.gradle.jvmargs=-Xmx2G

Diff for: komga/docs/openapi.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -9528,32 +9528,32 @@
95289528
"UserUpdateDto": {
95299529
"type": "object",
95309530
"properties": {
9531-
"ageRestriction": {
9532-
"$ref": "#/components/schemas/AgeRestrictionUpdateDto"
9533-
},
9534-
"sharedLibraries": {
9535-
"$ref": "#/components/schemas/SharedLibrariesUpdateDto"
9536-
},
9537-
"labelsExclude": {
9531+
"roles": {
95389532
"uniqueItems": true,
95399533
"type": "array",
95409534
"items": {
95419535
"type": "string"
95429536
}
95439537
},
9544-
"roles": {
9538+
"ageRestriction": {
9539+
"$ref": "#/components/schemas/AgeRestrictionUpdateDto"
9540+
},
9541+
"labelsAllow": {
95459542
"uniqueItems": true,
95469543
"type": "array",
95479544
"items": {
95489545
"type": "string"
95499546
}
95509547
},
9551-
"labelsAllow": {
9548+
"labelsExclude": {
95529549
"uniqueItems": true,
95539550
"type": "array",
95549551
"items": {
95559552
"type": "string"
95569553
}
9554+
},
9555+
"sharedLibraries": {
9556+
"$ref": "#/components/schemas/SharedLibrariesUpdateDto"
95579557
}
95589558
}
95599559
},
@@ -9703,17 +9703,17 @@
97039703
"WEBTOON"
97049704
]
97059705
},
9706-
"sharingLabels": {
9707-
"uniqueItems": true,
9706+
"alternateTitles": {
97089707
"type": "array",
97099708
"items": {
9710-
"type": "string"
9709+
"$ref": "#/components/schemas/AlternateTitleUpdateDto"
97119710
}
97129711
},
9713-
"alternateTitles": {
9712+
"sharingLabels": {
9713+
"uniqueItems": true,
97149714
"type": "array",
97159715
"items": {
9716-
"$ref": "#/components/schemas/AlternateTitleUpdateDto"
9716+
"type": "string"
97179717
}
97189718
}
97199719
},

0 commit comments

Comments
 (0)