chore(release): 0.154.3 [skip ci]

## [0.154.3](https://github.com/gotson/komga/compare/v0.154.2...v0.154.3) (2022-06-10)

### Bug Fixes

* cannot delete read list with custom cover ([b73b869](b73b8690a4))
* error when downloading book file over 2GB ([ad82d99](ad82d99dbe)), closes [#897](https://github.com/gotson/komga/issues/897)
* translated using Weblate ([3f69206](3f69206064))
This commit is contained in:
semantic-release-bot 2022-06-10 14:24:49 +00:00
parent b73b8690a4
commit a7e8d5f09d
3 changed files with 41 additions and 32 deletions

View file

@ -1,3 +1,12 @@
## [0.154.3](https://github.com/gotson/komga/compare/v0.154.2...v0.154.3) (2022-06-10)
### Bug Fixes
* cannot delete read list with custom cover ([b73b869](https://github.com/gotson/komga/commit/b73b8690a42a7e6e6919c5f0e56c1c02959d15c1))
* error when downloading book file over 2GB ([ad82d99](https://github.com/gotson/komga/commit/ad82d99dbeb70b5f40a920de40664b18e50fe3c9)), closes [#897](https://github.com/gotson/komga/issues/897)
* translated using Weblate ([3f69206](https://github.com/gotson/komga/commit/3f692060641cfe7b25a679c16cb2a0a5a32f60d7))
## [0.154.2](https://github.com/gotson/komga/compare/v0.154.1...v0.154.2) (2022-05-31)

View file

@ -1,2 +1,2 @@
version=0.154.2
version=0.154.3
org.gradle.jvmargs=-Xmx2G

View file

@ -8286,7 +8286,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_3",
"operationId": "getProviders_2",
"responses": {
"400": {
"description": "Bad Request",
@ -8317,7 +8317,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_1",
"operationId": "getProviders_5",
"responses": {
"400": {
"description": "Bad Request",
@ -8348,7 +8348,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_2",
"operationId": "getProviders",
"responses": {
"400": {
"description": "Bad Request",
@ -8379,7 +8379,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_6",
"operationId": "getProviders_4",
"responses": {
"400": {
"description": "Bad Request",
@ -8410,7 +8410,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_4",
"operationId": "getProviders_1",
"responses": {
"400": {
"description": "Bad Request",
@ -8441,7 +8441,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_5",
"operationId": "getProviders_6",
"responses": {
"400": {
"description": "Bad Request",
@ -8472,7 +8472,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders",
"operationId": "getProviders_3",
"responses": {
"400": {
"description": "Bad Request",
@ -9643,24 +9643,6 @@
"type": "string"
}
},
"genres": {
"uniqueItems": true,
"type": "array",
"items": {
"type": "string"
}
},
"ageRating": {
"type": "integer",
"format": "int32"
},
"sharingLabels": {
"uniqueItems": true,
"type": "array",
"items": {
"type": "string"
}
},
"readingDirection": {
"type": "string",
"enum": [
@ -9670,9 +9652,27 @@
"WEBTOON"
]
},
"ageRating": {
"type": "integer",
"format": "int32"
},
"genres": {
"uniqueItems": true,
"type": "array",
"items": {
"type": "string"
}
},
"totalBookCount": {
"type": "integer",
"format": "int32"
},
"sharingLabels": {
"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."
@ -9785,9 +9785,6 @@
"$ref": "#/components/schemas/WebLinkUpdateDto"
}
},
"summary": {
"type": "string"
},
"tags": {
"uniqueItems": true,
"type": "array",
@ -9795,18 +9792,21 @@
"type": "string"
}
},
"summary": {
"type": "string"
},
"authors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AuthorUpdateDto"
}
},
"isbn": {
"type": "string"
},
"releaseDate": {
"type": "string",
"format": "date"
},
"isbn": {
"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."