Skip to content

Commit c55d720

Browse files
chore(release): 0.155.3 [skip ci]
## [0.155.3](v0.155.2...v0.155.3) (2022-07-22) ### Bug Fixes * expose configuration for transaction mode ([218e300](218e300))
1 parent 218e300 commit c55d720

File tree

3 files changed

+33
-26
lines changed

3 files changed

+33
-26
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.155.3](https://github.com/gotson/komga/compare/v0.155.2...v0.155.3) (2022-07-22)
2+
3+
4+
### Bug Fixes
5+
6+
* expose configuration for transaction mode ([218e300](https://github.com/gotson/komga/commit/218e3006f9c6209ea7b29e70ef2e01aa1e9f31b5))
7+
18
## [0.155.2](https://github.com/gotson/komga/compare/v0.155.1...v0.155.2) (2022-07-20)
29

310

gradle.properties

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

komga/docs/openapi.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -8286,7 +8286,7 @@
82868286
"tags": [
82878287
"o-auth-2-controller"
82888288
],
8289-
"operationId": "getProviders_6",
8289+
"operationId": "getProviders",
82908290
"responses": {
82918291
"400": {
82928292
"description": "Bad Request",
@@ -8317,7 +8317,7 @@
83178317
"tags": [
83188318
"o-auth-2-controller"
83198319
],
8320-
"operationId": "getProviders",
8320+
"operationId": "getProviders_3",
83218321
"responses": {
83228322
"400": {
83238323
"description": "Bad Request",
@@ -8410,7 +8410,7 @@
84108410
"tags": [
84118411
"o-auth-2-controller"
84128412
],
8413-
"operationId": "getProviders_3",
8413+
"operationId": "getProviders_6",
84148414
"responses": {
84158415
"400": {
84168416
"description": "Bad Request",
@@ -9522,21 +9522,21 @@
95229522
"ageRestriction": {
95239523
"$ref": "#/components/schemas/AgeRestrictionUpdateDto"
95249524
},
9525-
"labelsExclude": {
9525+
"roles": {
95269526
"uniqueItems": true,
95279527
"type": "array",
95289528
"items": {
95299529
"type": "string"
95309530
}
95319531
},
9532-
"labelsAllow": {
9532+
"labelsExclude": {
95339533
"uniqueItems": true,
95349534
"type": "array",
95359535
"items": {
95369536
"type": "string"
95379537
}
95389538
},
9539-
"roles": {
9539+
"labelsAllow": {
95409540
"uniqueItems": true,
95419541
"type": "array",
95429542
"items": {
@@ -9636,6 +9636,13 @@
96369636
"sharingLabelsLock": {
96379637
"type": "boolean"
96389638
},
9639+
"genres": {
9640+
"uniqueItems": true,
9641+
"type": "array",
9642+
"items": {
9643+
"type": "string"
9644+
}
9645+
},
96399646
"sharingLabels": {
96409647
"uniqueItems": true,
96419648
"type": "array",
@@ -9647,6 +9654,10 @@
96479654
"type": "integer",
96489655
"format": "int32"
96499656
},
9657+
"totalBookCount": {
9658+
"type": "integer",
9659+
"format": "int32"
9660+
},
96509661
"readingDirection": {
96519662
"type": "string",
96529663
"enum": [
@@ -9656,23 +9667,12 @@
96569667
"WEBTOON"
96579668
]
96589669
},
9659-
"totalBookCount": {
9660-
"type": "integer",
9661-
"format": "int32"
9662-
},
96639670
"tags": {
96649671
"uniqueItems": true,
96659672
"type": "array",
96669673
"items": {
96679674
"type": "string"
96689675
}
9669-
},
9670-
"genres": {
9671-
"uniqueItems": true,
9672-
"type": "array",
9673-
"items": {
9674-
"type": "string"
9675-
}
96769676
}
96779677
},
96789678
"description": "Metadata fields to update. Set a field to null to unset the metadata. You can omit fields you don\u0027t want to update."
@@ -9779,12 +9779,6 @@
97799779
"linksLock": {
97809780
"type": "boolean"
97819781
},
9782-
"authors": {
9783-
"type": "array",
9784-
"items": {
9785-
"$ref": "#/components/schemas/AuthorUpdateDto"
9786-
}
9787-
},
97889782
"releaseDate": {
97899783
"type": "string",
97909784
"format": "date"
@@ -9799,6 +9793,12 @@
97999793
"type": "string"
98009794
}
98019795
},
9796+
"authors": {
9797+
"type": "array",
9798+
"items": {
9799+
"$ref": "#/components/schemas/AuthorUpdateDto"
9800+
}
9801+
},
98029802
"links": {
98039803
"type": "array",
98049804
"items": {
@@ -10076,10 +10076,10 @@
1007610076
"Sort": {
1007710077
"type": "object",
1007810078
"properties": {
10079-
"sorted": {
10079+
"unsorted": {
1008010080
"type": "boolean"
1008110081
},
10082-
"unsorted": {
10082+
"sorted": {
1008310083
"type": "boolean"
1008410084
},
1008510085
"empty": {

0 commit comments

Comments
 (0)