From 98714871946255bb51bc318e66b1756c376e4326 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Jan 2022 06:37:25 +0000 Subject: [PATCH] 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](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) --- CHANGELOG.md | 9 +++++++++ gradle.properties | 2 +- komga/docs/openapi.json | 28 ++++++++++++++-------------- 3 files changed, 24 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3edd667f..cf82a35a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/gradle.properties b/gradle.properties index d5b0820a..c97826be 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=0.145.0 +version=0.145.1 org.gradle.jvmargs=-Xmx2G diff --git a/komga/docs/openapi.json b/komga/docs/openapi.json index e785ff9f..5356770a 100644 --- a/komga/docs/openapi.json +++ b/komga/docs/openapi.json @@ -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" }