From 5a6a0bee8f55f30f2194952f159a463b98eab36c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Nov 2022 07:10:17 +0000 Subject: [PATCH] chore(release): 0.157.5 [skip ci] ## [0.157.5](https://github.com/gotson/komga/compare/v0.157.4...v0.157.5) (2022-11-22) ### Bug Fixes * exception if user agent is null ([cb07581](https://github.com/gotson/komga/commit/cb07581daa850cc38902304e4d2ac8717e1f8696)) * translated using Weblate ([1f504f4](https://github.com/gotson/komga/commit/1f504f4a7d6b2f1adf176f884d9403e0046bf7d3)) * **webui:** sort genre on Browse Series screen ([665ce18](https://github.com/gotson/komga/commit/665ce1804c915a3d4783ede102c3a03bda9a48f6)) --- CHANGELOG.md | 9 +++++++ gradle.properties | 2 +- komga/docs/openapi.json | 59 +++++++++++++++++++---------------------- 3 files changed, 38 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18984146c..76faf5a20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.157.5](https://github.com/gotson/komga/compare/v0.157.4...v0.157.5) (2022-11-22) + + +### Bug Fixes + +* exception if user agent is null ([cb07581](https://github.com/gotson/komga/commit/cb07581daa850cc38902304e4d2ac8717e1f8696)) +* translated using Weblate ([1f504f4](https://github.com/gotson/komga/commit/1f504f4a7d6b2f1adf176f884d9403e0046bf7d3)) +* **webui:** sort genre on Browse Series screen ([665ce18](https://github.com/gotson/komga/commit/665ce1804c915a3d4783ede102c3a03bda9a48f6)) + ## [0.157.4](https://github.com/gotson/komga/compare/v0.157.3...v0.157.4) (2022-11-02) diff --git a/gradle.properties b/gradle.properties index aae9ad77c..ab4e6086f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=0.157.4 +version=0.157.5 org.gradle.jvmargs=-Xmx2G diff --git a/komga/docs/openapi.json b/komga/docs/openapi.json index f2877a233..d3273ebeb 100644 --- a/komga/docs/openapi.json +++ b/komga/docs/openapi.json @@ -4639,11 +4639,8 @@ "content": { "*/*": { "schema": { - "type": "array", - "items": { - "type": "string", - "format": "byte" - } + "type": "string", + "format": "byte" } } } @@ -8286,7 +8283,7 @@ "tags": [ "o-auth-2-controller" ], - "operationId": "getProviders_1", + "operationId": "getProviders", "responses": { "400": { "description": "Bad Request", @@ -8317,7 +8314,7 @@ "tags": [ "o-auth-2-controller" ], - "operationId": "getProviders_5", + "operationId": "getProviders_3", "responses": { "400": { "description": "Bad Request", @@ -8379,7 +8376,7 @@ "tags": [ "o-auth-2-controller" ], - "operationId": "getProviders_4", + "operationId": "getProviders_5", "responses": { "400": { "description": "Bad Request", @@ -8441,7 +8438,7 @@ "tags": [ "o-auth-2-controller" ], - "operationId": "getProviders", + "operationId": "getProviders_1", "responses": { "400": { "description": "Bad Request", @@ -8472,7 +8469,7 @@ "tags": [ "o-auth-2-controller" ], - "operationId": "getProviders_3", + "operationId": "getProviders_4", "responses": { "400": { "description": "Bad Request", @@ -9526,6 +9523,9 @@ "type": "string" } }, + "ageRestriction": { + "$ref": "#/components/schemas/AgeRestrictionUpdateDto" + }, "labelsAllow": { "uniqueItems": true, "type": "array", @@ -9540,9 +9540,6 @@ "type": "string" } }, - "ageRestriction": { - "$ref": "#/components/schemas/AgeRestrictionUpdateDto" - }, "sharedLibraries": { "$ref": "#/components/schemas/SharedLibrariesUpdateDto" } @@ -9792,21 +9789,21 @@ "$ref": "#/components/schemas/WebLinkUpdateDto" } }, - "summary": { - "type": "string" - }, "isbn": { "type": "string" }, + "releaseDate": { + "type": "string", + "format": "date" + }, "authors": { "type": "array", "items": { "$ref": "#/components/schemas/AuthorUpdateDto" } }, - "releaseDate": { - "type": "string", - "format": "date" + "summary": { + "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." @@ -10022,7 +10019,7 @@ "type": "boolean" }, "sort": { - "$ref": "#/components/schemas/Sort" + "$ref": "#/components/schemas/SortObject" }, "numberOfElements": { "type": "integer", @@ -10065,7 +10062,7 @@ "type": "boolean" }, "sort": { - "$ref": "#/components/schemas/Sort" + "$ref": "#/components/schemas/SortObject" }, "offset": { "type": "integer", @@ -10073,7 +10070,7 @@ } } }, - "Sort": { + "SortObject": { "type": "object", "properties": { "sorted": { @@ -10160,7 +10157,7 @@ "type": "boolean" }, "sort": { - "$ref": "#/components/schemas/Sort" + "$ref": "#/components/schemas/SortObject" }, "numberOfElements": { "type": "integer", @@ -10294,7 +10291,7 @@ "type": "boolean" }, "sort": { - "$ref": "#/components/schemas/Sort" + "$ref": "#/components/schemas/SortObject" }, "numberOfElements": { "type": "integer", @@ -10773,7 +10770,7 @@ "type": "boolean" }, "sort": { - "$ref": "#/components/schemas/Sort" + "$ref": "#/components/schemas/SortObject" }, "numberOfElements": { "type": "integer", @@ -10881,7 +10878,7 @@ "type": "boolean" }, "sort": { - "$ref": "#/components/schemas/Sort" + "$ref": "#/components/schemas/SortObject" }, "numberOfElements": { "type": "integer", @@ -10970,7 +10967,7 @@ "type": "boolean" }, "sort": { - "$ref": "#/components/schemas/Sort" + "$ref": "#/components/schemas/SortObject" }, "numberOfElements": { "type": "integer", @@ -11016,7 +11013,7 @@ "type": "boolean" }, "sort": { - "$ref": "#/components/schemas/Sort" + "$ref": "#/components/schemas/SortObject" }, "numberOfElements": { "type": "integer", @@ -11086,7 +11083,7 @@ "type": "boolean" }, "sort": { - "$ref": "#/components/schemas/Sort" + "$ref": "#/components/schemas/SortObject" }, "numberOfElements": { "type": "integer", @@ -11161,7 +11158,7 @@ "type": "boolean" }, "sort": { - "$ref": "#/components/schemas/Sort" + "$ref": "#/components/schemas/SortObject" }, "numberOfElements": { "type": "integer", @@ -11207,7 +11204,7 @@ "type": "boolean" }, "sort": { - "$ref": "#/components/schemas/Sort" + "$ref": "#/components/schemas/SortObject" }, "numberOfElements": { "type": "integer",