Skip to content

Commit

Permalink
chore(release): 0.145.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.145.1](v0.145.0...v0.145.1) (2022-01-24)

### Bug Fixes

* **opds:** links are missing the publisher parameter ([9963665](9963665)), closes [#777](#777)
* translated using Weblate ([853a988](853a988))
* **webreader:** mark read could miss the last page in double pages ([ecbba65](ecbba65)), closes [#772](#772)
  • Loading branch information
semantic-release-bot committed Jan 24, 2022
1 parent 853a988 commit 9871487
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 15 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.145.0
version=0.145.1
org.gradle.jvmargs=-Xmx2G
28 changes: 14 additions & 14 deletions komga/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7178,7 +7178,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_2",
"operationId": "getProviders_3",
"responses": {
"400": {
"description": "Bad Request",
Expand Down Expand Up @@ -7240,7 +7240,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_1",
"operationId": "getProviders_2",
"responses": {
"400": {
"description": "Bad Request",
Expand Down Expand Up @@ -7271,7 +7271,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_3",
"operationId": "getProviders_4",
"responses": {
"400": {
"description": "Bad Request",
Expand Down Expand Up @@ -7302,7 +7302,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_4",
"operationId": "getProviders",
"responses": {
"400": {
"description": "Bad Request",
Expand Down Expand Up @@ -7333,7 +7333,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_6",
"operationId": "getProviders_1",
"responses": {
"400": {
"description": "Bad Request",
Expand Down Expand Up @@ -7364,7 +7364,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders",
"operationId": "getProviders_6",
"responses": {
"400": {
"description": "Bad Request",
Expand Down Expand Up @@ -8262,10 +8262,6 @@
"type": "string"
}
},
"ageRating": {
"type": "integer",
"format": "int32"
},
"genres": {
"uniqueItems": true,
"type": "array",
Expand All @@ -8282,6 +8278,10 @@
"WEBTOON"
]
},
"ageRating": {
"type": "integer",
"format": "int32"
},
"totalBookCount": {
"type": "integer",
"format": "int32"
Expand Down Expand Up @@ -8404,10 +8404,6 @@
"$ref": "#/components/schemas/WebLinkUpdateDto"
}
},
"releaseDate": {
"type": "string",
"format": "date"
},
"summary": {
"type": "string"
},
Expand All @@ -8417,6 +8413,10 @@
"$ref": "#/components/schemas/AuthorUpdateDto"
}
},
"releaseDate": {
"type": "string",
"format": "date"
},
"isbn": {
"type": "string"
}
Expand Down

0 comments on commit 9871487

Please sign in to comment.