chore(release): 0.155.3 [skip ci]

## [0.155.3](https://github.com/gotson/komga/compare/v0.155.2...v0.155.3) (2022-07-22)

### Bug Fixes

* expose configuration for transaction mode ([218e300](218e3006f9))
This commit is contained in:
semantic-release-bot 2022-07-22 05:37:55 +00:00
parent 218e3006f9
commit c55d720c13
3 changed files with 37 additions and 30 deletions

View File

@ -1,3 +1,10 @@
## [0.155.3](https://github.com/gotson/komga/compare/v0.155.2...v0.155.3) (2022-07-22)
### Bug Fixes
* expose configuration for transaction mode ([218e300](https://github.com/gotson/komga/commit/218e3006f9c6209ea7b29e70ef2e01aa1e9f31b5))
## [0.155.2](https://github.com/gotson/komga/compare/v0.155.1...v0.155.2) (2022-07-20)

View File

@ -1,2 +1,2 @@
version=0.155.2
version=0.155.3
org.gradle.jvmargs=-Xmx2G

View File

@ -8286,7 +8286,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_6",
"operationId": "getProviders",
"responses": {
"400": {
"description": "Bad Request",
@ -8317,7 +8317,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders",
"operationId": "getProviders_3",
"responses": {
"400": {
"description": "Bad Request",
@ -8410,7 +8410,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_3",
"operationId": "getProviders_6",
"responses": {
"400": {
"description": "Bad Request",
@ -9522,6 +9522,13 @@
"ageRestriction": {
"$ref": "#/components/schemas/AgeRestrictionUpdateDto"
},
"roles": {
"uniqueItems": true,
"type": "array",
"items": {
"type": "string"
}
},
"labelsExclude": {
"uniqueItems": true,
"type": "array",
@ -9536,13 +9543,6 @@
"type": "string"
}
},
"roles": {
"uniqueItems": true,
"type": "array",
"items": {
"type": "string"
}
},
"sharedLibraries": {
"$ref": "#/components/schemas/SharedLibrariesUpdateDto"
}
@ -9636,6 +9636,13 @@
"sharingLabelsLock": {
"type": "boolean"
},
"genres": {
"uniqueItems": true,
"type": "array",
"items": {
"type": "string"
}
},
"sharingLabels": {
"uniqueItems": true,
"type": "array",
@ -9647,6 +9654,10 @@
"type": "integer",
"format": "int32"
},
"totalBookCount": {
"type": "integer",
"format": "int32"
},
"readingDirection": {
"type": "string",
"enum": [
@ -9656,23 +9667,12 @@
"WEBTOON"
]
},
"totalBookCount": {
"type": "integer",
"format": "int32"
},
"tags": {
"uniqueItems": true,
"type": "array",
"items": {
"type": "string"
}
},
"genres": {
"uniqueItems": true,
"type": "array",
"items": {
"type": "string"
}
}
},
"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 @@
"linksLock": {
"type": "boolean"
},
"authors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AuthorUpdateDto"
}
},
"releaseDate": {
"type": "string",
"format": "date"
@ -9799,6 +9793,12 @@
"type": "string"
}
},
"authors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AuthorUpdateDto"
}
},
"links": {
"type": "array",
"items": {
@ -10076,10 +10076,10 @@
"Sort": {
"type": "object",
"properties": {
"sorted": {
"unsorted": {
"type": "boolean"
},
"unsorted": {
"sorted": {
"type": "boolean"
},
"empty": {