chore(release): 0.145.0 [skip ci]

# [0.145.0](https://github.com/gotson/komga/compare/v0.144.0...v0.145.0) (2022-01-19)

### Features

* check changed book hash before resetting during scan ([39f686b](39f686bebe))
* import ComicInfo Tags element ([d3daaf1](d3daaf1f9c)), closes [#541](https://github.com/gotson/komga/issues/541)
* tasks concurrency (configurable) ([2fd95e5](2fd95e5a7f))
This commit is contained in:
semantic-release-bot 2022-01-19 08:52:39 +00:00
parent 2fd95e5a7f
commit 7365b67bf5
3 changed files with 24 additions and 15 deletions

View File

@ -1,3 +1,12 @@
# [0.145.0](https://github.com/gotson/komga/compare/v0.144.0...v0.145.0) (2022-01-19)
### Features
* check changed book hash before resetting during scan ([39f686b](https://github.com/gotson/komga/commit/39f686bebeb35a9bcf61de461cfa958b4fd40a7d))
* import ComicInfo Tags element ([d3daaf1](https://github.com/gotson/komga/commit/d3daaf1f9cba544510a501162c19a2bb832d58ec)), closes [#541](https://github.com/gotson/komga/issues/541)
* tasks concurrency (configurable) ([2fd95e5](https://github.com/gotson/komga/commit/2fd95e5a7fce0995f499b9dcd2f2a30afb1fdbd8))
# [0.144.0](https://github.com/gotson/komga/compare/v0.143.1...v0.144.0) (2022-01-13)

View File

@ -1,2 +1,2 @@
version=0.144.0
version=0.145.0
org.gradle.jvmargs=-Xmx2G

View File

@ -7178,7 +7178,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_4",
"operationId": "getProviders_2",
"responses": {
"400": {
"description": "Bad Request",
@ -7209,7 +7209,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_6",
"operationId": "getProviders_5",
"responses": {
"400": {
"description": "Bad Request",
@ -7240,7 +7240,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_3",
"operationId": "getProviders_1",
"responses": {
"400": {
"description": "Bad Request",
@ -7271,7 +7271,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_5",
"operationId": "getProviders_3",
"responses": {
"400": {
"description": "Bad Request",
@ -7302,7 +7302,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_1",
"operationId": "getProviders_4",
"responses": {
"400": {
"description": "Bad Request",
@ -7333,7 +7333,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_2",
"operationId": "getProviders_6",
"responses": {
"400": {
"description": "Bad Request",
@ -8262,6 +8262,10 @@
"type": "string"
}
},
"ageRating": {
"type": "integer",
"format": "int32"
},
"genres": {
"uniqueItems": true,
"type": "array",
@ -8278,10 +8282,6 @@
"WEBTOON"
]
},
"ageRating": {
"type": "integer",
"format": "int32"
},
"totalBookCount": {
"type": "integer",
"format": "int32"
@ -8404,6 +8404,10 @@
"$ref": "#/components/schemas/WebLinkUpdateDto"
}
},
"releaseDate": {
"type": "string",
"format": "date"
},
"summary": {
"type": "string"
},
@ -8413,10 +8417,6 @@
"$ref": "#/components/schemas/AuthorUpdateDto"
}
},
"releaseDate": {
"type": "string",
"format": "date"
},
"isbn": {
"type": "string"
}