chore(release): 0.145.1 [skip ci]

## [0.145.1](https://github.com/gotson/komga/compare/v0.145.0...v0.145.1) (2022-01-24)

### Bug Fixes

* **opds:** links are missing the publisher parameter ([9963665](996366528d)), closes [#777](https://github.com/gotson/komga/issues/777)
* translated using Weblate ([853a988](853a9886a8))
* **webreader:** mark read could miss the last page in double pages ([ecbba65](ecbba653bf)), closes [#772](https://github.com/gotson/komga/issues/772)
This commit is contained in:
semantic-release-bot 2022-01-24 06:37:25 +00:00
parent 853a9886a8
commit 9871487194
3 changed files with 24 additions and 15 deletions

View file

@ -1,3 +1,12 @@
## [0.145.1](https://github.com/gotson/komga/compare/v0.145.0...v0.145.1) (2022-01-24)
### Bug Fixes
* **opds:** links are missing the publisher parameter ([9963665](https://github.com/gotson/komga/commit/996366528d6c4ddabcc75b8fabdba87294c5567d)), closes [#777](https://github.com/gotson/komga/issues/777)
* translated using Weblate ([853a988](https://github.com/gotson/komga/commit/853a9886a8c1cc9d2257e30e945ad50e6edbca1b))
* **webreader:** mark read could miss the last page in double pages ([ecbba65](https://github.com/gotson/komga/commit/ecbba653bf7045ffa781b70b80baf77a47ba2651)), closes [#772](https://github.com/gotson/komga/issues/772)
# [0.145.0](https://github.com/gotson/komga/compare/v0.144.0...v0.145.0) (2022-01-19)

View file

@ -1,2 +1,2 @@
version=0.145.0
version=0.145.1
org.gradle.jvmargs=-Xmx2G

View file

@ -7178,7 +7178,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_2",
"operationId": "getProviders_3",
"responses": {
"400": {
"description": "Bad Request",
@ -7240,7 +7240,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_1",
"operationId": "getProviders_2",
"responses": {
"400": {
"description": "Bad Request",
@ -7271,7 +7271,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_3",
"operationId": "getProviders_4",
"responses": {
"400": {
"description": "Bad Request",
@ -7302,7 +7302,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_4",
"operationId": "getProviders",
"responses": {
"400": {
"description": "Bad Request",
@ -7333,7 +7333,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_6",
"operationId": "getProviders_1",
"responses": {
"400": {
"description": "Bad Request",
@ -7364,7 +7364,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders",
"operationId": "getProviders_6",
"responses": {
"400": {
"description": "Bad Request",
@ -8262,10 +8262,6 @@
"type": "string"
}
},
"ageRating": {
"type": "integer",
"format": "int32"
},
"genres": {
"uniqueItems": true,
"type": "array",
@ -8282,6 +8278,10 @@
"WEBTOON"
]
},
"ageRating": {
"type": "integer",
"format": "int32"
},
"totalBookCount": {
"type": "integer",
"format": "int32"
@ -8404,10 +8404,6 @@
"$ref": "#/components/schemas/WebLinkUpdateDto"
}
},
"releaseDate": {
"type": "string",
"format": "date"
},
"summary": {
"type": "string"
},
@ -8417,6 +8413,10 @@
"$ref": "#/components/schemas/AuthorUpdateDto"
}
},
"releaseDate": {
"type": "string",
"format": "date"
},
"isbn": {
"type": "string"
}