From 80b27989fb3b2f74f30711380a8ad7439b3a4256 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Jan 2023 03:25:23 +0000 Subject: [PATCH] chore(release): 0.159.1 [skip ci] ## [0.159.1](https://github.com/gotson/komga/compare/v0.159.0...v0.159.1) (2023-01-18) ### Bug Fixes * **webui:** edit series dialog shows wrong tabs when editing multiple items ([12d2cbc](https://github.com/gotson/komga/commit/12d2cbcd09865471c447de9b71e24e8deb3b3675)), closes [#1049](https://github.com/gotson/komga/issues/1049) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- komga/docs/openapi.json | 30 +++++++++++++++--------------- 3 files changed, 23 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c49ed41..4e64a7d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.159.1](https://github.com/gotson/komga/compare/v0.159.0...v0.159.1) (2023-01-18) + + +### Bug Fixes + +* **webui:** edit series dialog shows wrong tabs when editing multiple items ([12d2cbc](https://github.com/gotson/komga/commit/12d2cbcd09865471c447de9b71e24e8deb3b3675)), closes [#1049](https://github.com/gotson/komga/issues/1049) + # [0.159.0](https://github.com/gotson/komga/compare/v0.158.0...v0.159.0) (2023-01-17) diff --git a/gradle.properties b/gradle.properties index a79d68be..96a39241 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=0.159.0 +version=0.159.1 org.gradle.jvmargs=-Xmx2G diff --git a/komga/docs/openapi.json b/komga/docs/openapi.json index b4cb554a..51f866a8 100644 --- a/komga/docs/openapi.json +++ b/komga/docs/openapi.json @@ -9683,6 +9683,15 @@ "type": "integer", "format": "int32" }, + "readingDirection": { + "type": "string", + "enum": [ + "LEFT_TO_RIGHT", + "RIGHT_TO_LEFT", + "VERTICAL", + "WEBTOON" + ] + }, "genres": { "uniqueItems": true, "type": "array", @@ -9694,15 +9703,6 @@ "type": "integer", "format": "int32" }, - "readingDirection": { - "type": "string", - "enum": [ - "LEFT_TO_RIGHT", - "RIGHT_TO_LEFT", - "VERTICAL", - "WEBTOON" - ] - }, "alternateTitles": { "type": "array", "items": { @@ -9848,12 +9848,6 @@ "$ref": "#/components/schemas/WebLinkUpdateDto" } }, - "authors": { - "type": "array", - "items": { - "$ref": "#/components/schemas/AuthorUpdateDto" - } - }, "isbn": { "type": "string" }, @@ -9861,6 +9855,12 @@ "type": "string", "format": "date" }, + "authors": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AuthorUpdateDto" + } + }, "summary": { "type": "string" }