From da8fe86d537757b22e28442bf3085f45fbc22d9d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Mar 2021 07:57:01 +0000 Subject: [PATCH] chore(release): 0.79.0 [skip ci] # [0.79.0](https://github.com/gotson/komga/compare/v0.78.0...v0.79.0) (2021-03-10) ### Bug Fixes * **api:** some metadata fields would not unset if set to null ([1996071](https://github.com/gotson/komga/commit/1996071794dddc87c67d99a676f901c725870043)) * **webui:** only show writers and pencillers on series screen ([6101e83](https://github.com/gotson/komga/commit/6101e83292b2e238508559db28fe249bf9fb0fff)) ### Features * **webui:** group checkbox for advanced library options ([6fa0324](https://github.com/gotson/komga/commit/6fa0324666050c80f5247a3313d20ea349a08754)) * **webui:** manage isbn barcode import for libraries ([ee1a0a2](https://github.com/gotson/komga/commit/ee1a0a2aa0909f79dfe99da484ba519e6daaac7d)) * **webui:** show and edit ISBN for book ([65c16f1](https://github.com/gotson/komga/commit/65c16f109f2a1172128b91e0d7f015206a523c48)) * read ISBN from barcode ([6431b1f](https://github.com/gotson/komga/commit/6431b1f0008fc43c1997dec966d93c5b9e1531d0)), closes [#380](https://github.com/gotson/komga/issues/380) [#381](https://github.com/gotson/komga/issues/381) --- CHANGELOG.md | 16 ++++++++++ gradle.properties | 2 +- komga/docs/openapi.json | 66 ++++++++++++++++++++++++++++------------- 3 files changed, 63 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4650595..f71018fe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [0.79.0](https://github.com/gotson/komga/compare/v0.78.0...v0.79.0) (2021-03-10) + + +### Bug Fixes + +* **api:** some metadata fields would not unset if set to null ([1996071](https://github.com/gotson/komga/commit/1996071794dddc87c67d99a676f901c725870043)) +* **webui:** only show writers and pencillers on series screen ([6101e83](https://github.com/gotson/komga/commit/6101e83292b2e238508559db28fe249bf9fb0fff)) + + +### Features + +* **webui:** group checkbox for advanced library options ([6fa0324](https://github.com/gotson/komga/commit/6fa0324666050c80f5247a3313d20ea349a08754)) +* **webui:** manage isbn barcode import for libraries ([ee1a0a2](https://github.com/gotson/komga/commit/ee1a0a2aa0909f79dfe99da484ba519e6daaac7d)) +* **webui:** show and edit ISBN for book ([65c16f1](https://github.com/gotson/komga/commit/65c16f109f2a1172128b91e0d7f015206a523c48)) +* read ISBN from barcode ([6431b1f](https://github.com/gotson/komga/commit/6431b1f0008fc43c1997dec966d93c5b9e1531d0)), closes [#380](https://github.com/gotson/komga/issues/380) [#381](https://github.com/gotson/komga/issues/381) + # [0.78.0](https://github.com/gotson/komga/compare/v0.77.3...v0.78.0) (2021-03-09) diff --git a/gradle.properties b/gradle.properties index 69c58a2f4..c89e65752 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.78.0 +version=0.79.0 diff --git a/komga/docs/openapi.json b/komga/docs/openapi.json index 26bed3bc5..6df1515cf 100644 --- a/komga/docs/openapi.json +++ b/komga/docs/openapi.json @@ -51,13 +51,13 @@ "format": "int32", "type": "integer" }, + "last": { + "type": "boolean" + }, "numberOfElements": { "format": "int32", "type": "integer" }, - "last": { - "type": "boolean" - }, "size": { "format": "int32", "type": "integer" @@ -257,6 +257,8 @@ "authors", "authorsLock", "created", + "isbn", + "isbnLock", "lastModified", "number", "numberLock", @@ -288,6 +290,9 @@ "format": "date-time", "type": "string" }, + "isbn": { + "type": "string" + }, "numberLock": { "type": "boolean" }, @@ -313,6 +318,9 @@ "summaryLock": { "type": "boolean" }, + "isbnLock": { + "type": "boolean" + }, "numberSort": { "format": "float", "type": "number" @@ -484,6 +492,7 @@ "LibraryUpdateDto": { "type": "object", "required": [ + "importBarcodeIsbn", "importComicInfoBook", "importComicInfoCollection", "importComicInfoReadList", @@ -521,6 +530,9 @@ "importComicInfoCollection": { "type": "boolean" }, + "importBarcodeIsbn": { + "type": "boolean" + }, "importLocalArtwork": { "type": "boolean" }, @@ -536,6 +548,7 @@ "type": "object", "required": [ "id", + "importBarcodeIsbn", "importComicInfoBook", "importComicInfoCollection", "importComicInfoReadList", @@ -549,10 +562,16 @@ "scanForceModifiedTime" ], "properties": { - "importEpubSeries": { + "importComicInfoReadList": { "type": "boolean" }, - "importComicInfoReadList": { + "scanDeep": { + "type": "boolean" + }, + "scanForceModifiedTime": { + "type": "boolean" + }, + "importEpubSeries": { "type": "boolean" }, "importComicInfoSeries": { @@ -576,14 +595,11 @@ "importComicInfoCollection": { "type": "boolean" }, + "importBarcodeIsbn": { + "type": "boolean" + }, "importLocalArtwork": { "type": "boolean" - }, - "scanDeep": { - "type": "boolean" - }, - "scanForceModifiedTime": { - "type": "boolean" } } }, @@ -618,6 +634,9 @@ "format": "date", "type": "string" }, + "isbn": { + "type": "string" + }, "numberLock": { "type": "boolean" }, @@ -643,6 +662,9 @@ "summaryLock": { "type": "boolean" }, + "isbnLock": { + "type": "boolean" + }, "numberSort": { "format": "float", "type": "number" @@ -884,13 +906,13 @@ "format": "int32", "type": "integer" }, + "last": { + "type": "boolean" + }, "numberOfElements": { "format": "int32", "type": "integer" }, - "last": { - "type": "boolean" - }, "size": { "format": "int32", "type": "integer" @@ -1097,6 +1119,7 @@ "LibraryCreationDto": { "type": "object", "required": [ + "importBarcodeIsbn", "importComicInfoBook", "importComicInfoCollection", "importComicInfoReadList", @@ -1134,6 +1157,9 @@ "importComicInfoCollection": { "type": "boolean" }, + "importBarcodeIsbn": { + "type": "boolean" + }, "importLocalArtwork": { "type": "boolean" }, @@ -1350,13 +1376,13 @@ "format": "int32", "type": "integer" }, + "last": { + "type": "boolean" + }, "numberOfElements": { "format": "int32", "type": "integer" }, - "last": { - "type": "boolean" - }, "size": { "format": "int32", "type": "integer" @@ -1396,13 +1422,13 @@ "format": "int32", "type": "integer" }, + "last": { + "type": "boolean" + }, "numberOfElements": { "format": "int32", "type": "integer" }, - "last": { - "type": "boolean" - }, "size": { "format": "int32", "type": "integer"