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](1996071794))
* **webui:** only show writers and pencillers on series screen ([6101e83](6101e83292))

### Features

* **webui:** group checkbox for advanced library options ([6fa0324](6fa0324666))
* **webui:** manage isbn barcode import for libraries ([ee1a0a2](ee1a0a2aa0))
* **webui:** show and edit ISBN for book ([65c16f1](65c16f109f))
* read ISBN from barcode ([6431b1f](6431b1f000)), closes [#380](https://github.com/gotson/komga/issues/380) [#381](https://github.com/gotson/komga/issues/381)
This commit is contained in:
semantic-release-bot 2021-03-10 07:57:01 +00:00
parent 6101e83292
commit da8fe86d53
3 changed files with 63 additions and 21 deletions

View file

@ -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)

View file

@ -1 +1 @@
version=0.78.0
version=0.79.0

View file

@ -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"