chore(release): 0.141.0 [skip ci]

# [0.141.0](https://github.com/gotson/komga/compare/v0.140.0...v0.141.0) (2021-12-31)

### Bug Fixes

* translated using Weblate ([f06d967](f06d9677b9))
* **webui:** edit book dialog would not save or reset properly ([e4b912e](e4b912e607))

### Features

* **api:** search series by completeness ([494bdf2](494bdf28a1))
* **webui:** filter series by completeness ([c3a3fa3](c3a3fa343b)), closes [#590](https://github.com/gotson/komga/issues/590)
This commit is contained in:
semantic-release-bot 2021-12-31 03:07:54 +00:00
parent 4744e76aa6
commit 40c8b2a272
3 changed files with 69 additions and 31 deletions

View File

@ -1,3 +1,17 @@
# [0.141.0](https://github.com/gotson/komga/compare/v0.140.0...v0.141.0) (2021-12-31)
### Bug Fixes
* translated using Weblate ([f06d967](https://github.com/gotson/komga/commit/f06d9677b964f2e3f4ed56bf70e4e9ba752b2e30))
* **webui:** edit book dialog would not save or reset properly ([e4b912e](https://github.com/gotson/komga/commit/e4b912e60783b4f2812fdc579dd065664c7cea91))
### Features
* **api:** search series by completeness ([494bdf2](https://github.com/gotson/komga/commit/494bdf28a110c566843e20ae558181fb4e0b4a32))
* **webui:** filter series by completeness ([c3a3fa3](https://github.com/gotson/komga/commit/c3a3fa343b921ef151552ea364d865ef7b11beeb)), closes [#590](https://github.com/gotson/komga/issues/590)
# [0.140.0](https://github.com/gotson/komga/compare/v0.139.0...v0.140.0) (2021-12-29)

View File

@ -1,2 +1,2 @@
version=0.140.0
version=0.141.0
org.gradle.jvmargs=-Xmx2G

View File

@ -3994,6 +3994,14 @@
"type": "boolean"
}
},
{
"name": "complete",
"in": "query",
"required": false,
"schema": {
"type": "boolean"
}
},
{
"name": "unpaged",
"in": "query",
@ -4919,6 +4927,14 @@
"type": "boolean"
}
},
{
"name": "complete",
"in": "query",
"required": false,
"schema": {
"type": "boolean"
}
},
{
"name": "search_regex",
"in": "query",
@ -5811,6 +5827,14 @@
"type": "boolean"
}
},
{
"name": "complete",
"in": "query",
"required": false,
"schema": {
"type": "boolean"
}
},
{
"name": "unpaged",
"in": "query",
@ -7087,7 +7111,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_6",
"operationId": "getProviders_2",
"responses": {
"400": {
"description": "Bad Request",
@ -7118,7 +7142,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_1",
"operationId": "getProviders_4",
"responses": {
"400": {
"description": "Bad Request",
@ -7180,7 +7204,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_4",
"operationId": "getProviders_3",
"responses": {
"400": {
"description": "Bad Request",
@ -7211,7 +7235,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_3",
"operationId": "getProviders_1",
"responses": {
"400": {
"description": "Bad Request",
@ -7242,7 +7266,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders",
"operationId": "getProviders_6",
"responses": {
"400": {
"description": "Bad Request",
@ -7273,7 +7297,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_2",
"operationId": "getProviders",
"responses": {
"400": {
"description": "Bad Request",
@ -8263,6 +8287,12 @@
"type": "string"
}
},
"authors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AuthorUpdateDto"
}
},
"links": {
"type": "array",
"items": {
@ -8272,12 +8302,6 @@
"summary": {
"type": "string"
},
"authors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AuthorUpdateDto"
}
},
"releaseDate": {
"type": "string",
"format": "date"
@ -8513,13 +8537,13 @@
"sort": {
"$ref": "#/components/schemas/Sort"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
@ -8677,13 +8701,13 @@
"sort": {
"$ref": "#/components/schemas/Sort"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
@ -8767,13 +8791,13 @@
"sort": {
"$ref": "#/components/schemas/Sort"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
@ -9249,13 +9273,13 @@
"sort": {
"$ref": "#/components/schemas/Sort"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
@ -9357,13 +9381,13 @@
"sort": {
"$ref": "#/components/schemas/Sort"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
@ -9426,13 +9450,13 @@
"sort": {
"$ref": "#/components/schemas/Sort"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},