mirror of
https://github.com/gotson/komga.git
synced 2025-12-07 17:13:59 +01:00
chore(release): 0.157.5 [skip ci]
## [0.157.5](https://github.com/gotson/komga/compare/v0.157.4...v0.157.5) (2022-11-22) ### Bug Fixes * exception if user agent is null ([cb07581](cb07581daa)) * translated using Weblate ([1f504f4](1f504f4a7d)) * **webui:** sort genre on Browse Series screen ([665ce18](665ce1804c))
This commit is contained in:
parent
4a279749a8
commit
5a6a0bee8f
3 changed files with 38 additions and 32 deletions
|
|
@ -1,3 +1,12 @@
|
|||
## [0.157.5](https://github.com/gotson/komga/compare/v0.157.4...v0.157.5) (2022-11-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* exception if user agent is null ([cb07581](https://github.com/gotson/komga/commit/cb07581daa850cc38902304e4d2ac8717e1f8696))
|
||||
* translated using Weblate ([1f504f4](https://github.com/gotson/komga/commit/1f504f4a7d6b2f1adf176f884d9403e0046bf7d3))
|
||||
* **webui:** sort genre on Browse Series screen ([665ce18](https://github.com/gotson/komga/commit/665ce1804c915a3d4783ede102c3a03bda9a48f6))
|
||||
|
||||
## [0.157.4](https://github.com/gotson/komga/compare/v0.157.3...v0.157.4) (2022-11-02)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
version=0.157.4
|
||||
version=0.157.5
|
||||
org.gradle.jvmargs=-Xmx2G
|
||||
|
|
|
|||
|
|
@ -4639,11 +4639,8 @@
|
|||
"content": {
|
||||
"*/*": {
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"format": "byte"
|
||||
}
|
||||
"type": "string",
|
||||
"format": "byte"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -8286,7 +8283,7 @@
|
|||
"tags": [
|
||||
"o-auth-2-controller"
|
||||
],
|
||||
"operationId": "getProviders_1",
|
||||
"operationId": "getProviders",
|
||||
"responses": {
|
||||
"400": {
|
||||
"description": "Bad Request",
|
||||
|
|
@ -8317,7 +8314,7 @@
|
|||
"tags": [
|
||||
"o-auth-2-controller"
|
||||
],
|
||||
"operationId": "getProviders_5",
|
||||
"operationId": "getProviders_3",
|
||||
"responses": {
|
||||
"400": {
|
||||
"description": "Bad Request",
|
||||
|
|
@ -8379,7 +8376,7 @@
|
|||
"tags": [
|
||||
"o-auth-2-controller"
|
||||
],
|
||||
"operationId": "getProviders_4",
|
||||
"operationId": "getProviders_5",
|
||||
"responses": {
|
||||
"400": {
|
||||
"description": "Bad Request",
|
||||
|
|
@ -8441,7 +8438,7 @@
|
|||
"tags": [
|
||||
"o-auth-2-controller"
|
||||
],
|
||||
"operationId": "getProviders",
|
||||
"operationId": "getProviders_1",
|
||||
"responses": {
|
||||
"400": {
|
||||
"description": "Bad Request",
|
||||
|
|
@ -8472,7 +8469,7 @@
|
|||
"tags": [
|
||||
"o-auth-2-controller"
|
||||
],
|
||||
"operationId": "getProviders_3",
|
||||
"operationId": "getProviders_4",
|
||||
"responses": {
|
||||
"400": {
|
||||
"description": "Bad Request",
|
||||
|
|
@ -9526,6 +9523,9 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"ageRestriction": {
|
||||
"$ref": "#/components/schemas/AgeRestrictionUpdateDto"
|
||||
},
|
||||
"labelsAllow": {
|
||||
"uniqueItems": true,
|
||||
"type": "array",
|
||||
|
|
@ -9540,9 +9540,6 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"ageRestriction": {
|
||||
"$ref": "#/components/schemas/AgeRestrictionUpdateDto"
|
||||
},
|
||||
"sharedLibraries": {
|
||||
"$ref": "#/components/schemas/SharedLibrariesUpdateDto"
|
||||
}
|
||||
|
|
@ -9792,21 +9789,21 @@
|
|||
"$ref": "#/components/schemas/WebLinkUpdateDto"
|
||||
}
|
||||
},
|
||||
"summary": {
|
||||
"type": "string"
|
||||
},
|
||||
"isbn": {
|
||||
"type": "string"
|
||||
},
|
||||
"releaseDate": {
|
||||
"type": "string",
|
||||
"format": "date"
|
||||
},
|
||||
"authors": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/AuthorUpdateDto"
|
||||
}
|
||||
},
|
||||
"releaseDate": {
|
||||
"type": "string",
|
||||
"format": "date"
|
||||
"summary": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"description": "Metadata fields to update. Set a field to null to unset the metadata. You can omit fields you don\u0027t want to update."
|
||||
|
|
@ -10022,7 +10019,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/Sort"
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
|
|
@ -10065,7 +10062,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/Sort"
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"offset": {
|
||||
"type": "integer",
|
||||
|
|
@ -10073,7 +10070,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Sort": {
|
||||
"SortObject": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"sorted": {
|
||||
|
|
@ -10160,7 +10157,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/Sort"
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
|
|
@ -10294,7 +10291,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/Sort"
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
|
|
@ -10773,7 +10770,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/Sort"
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
|
|
@ -10881,7 +10878,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/Sort"
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
|
|
@ -10970,7 +10967,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/Sort"
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
|
|
@ -11016,7 +11013,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/Sort"
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
|
|
@ -11086,7 +11083,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/Sort"
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
|
|
@ -11161,7 +11158,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/Sort"
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
|
|
@ -11207,7 +11204,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"sort": {
|
||||
"$ref": "#/components/schemas/Sort"
|
||||
"$ref": "#/components/schemas/SortObject"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"type": "integer",
|
||||
|
|
|
|||
Loading…
Reference in a new issue