Skip to content

Commit

Permalink
chore(release): 0.157.5 [skip ci]
Browse files Browse the repository at this point in the history
## [0.157.5](v0.157.4...v0.157.5) (2022-11-22)

### Bug Fixes

* exception if user agent is null ([cb07581](cb07581))
* translated using Weblate ([1f504f4](1f504f4))
* **webui:** sort genre on Browse Series screen ([665ce18](665ce18))
  • Loading branch information
semantic-release-bot committed Nov 22, 2022
1 parent 4a27974 commit 5a6a0be
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 32 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.157.4
version=0.157.5
org.gradle.jvmargs=-Xmx2G
59 changes: 28 additions & 31 deletions komga/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4639,11 +4639,8 @@
"content": {
"*/*": {
"schema": {
"type": "array",
"items": {
"type": "string",
"format": "byte"
}
"type": "string",
"format": "byte"
}
}
}
Expand Down Expand Up @@ -8286,7 +8283,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_1",
"operationId": "getProviders",
"responses": {
"400": {
"description": "Bad Request",
Expand Down Expand Up @@ -8317,7 +8314,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_5",
"operationId": "getProviders_3",
"responses": {
"400": {
"description": "Bad Request",
Expand Down Expand Up @@ -8379,7 +8376,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_4",
"operationId": "getProviders_5",
"responses": {
"400": {
"description": "Bad Request",
Expand Down Expand Up @@ -8441,7 +8438,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders",
"operationId": "getProviders_1",
"responses": {
"400": {
"description": "Bad Request",
Expand Down Expand Up @@ -8472,7 +8469,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_3",
"operationId": "getProviders_4",
"responses": {
"400": {
"description": "Bad Request",
Expand Down Expand Up @@ -9526,6 +9523,9 @@
"type": "string"
}
},
"ageRestriction": {
"$ref": "#/components/schemas/AgeRestrictionUpdateDto"
},
"labelsAllow": {
"uniqueItems": true,
"type": "array",
Expand All @@ -9540,9 +9540,6 @@
"type": "string"
}
},
"ageRestriction": {
"$ref": "#/components/schemas/AgeRestrictionUpdateDto"
},
"sharedLibraries": {
"$ref": "#/components/schemas/SharedLibrariesUpdateDto"
}
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -10022,7 +10019,7 @@
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
Expand Down Expand Up @@ -10065,15 +10062,15 @@
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
"$ref": "#/components/schemas/SortObject"
},
"offset": {
"type": "integer",
"format": "int64"
}
}
},
"Sort": {
"SortObject": {
"type": "object",
"properties": {
"sorted": {
Expand Down Expand Up @@ -10160,7 +10157,7 @@
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
Expand Down Expand Up @@ -10294,7 +10291,7 @@
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
Expand Down Expand Up @@ -10773,7 +10770,7 @@
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
Expand Down Expand Up @@ -10881,7 +10878,7 @@
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
Expand Down Expand Up @@ -10970,7 +10967,7 @@
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
Expand Down Expand Up @@ -11016,7 +11013,7 @@
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
Expand Down Expand Up @@ -11086,7 +11083,7 @@
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
Expand Down Expand Up @@ -11161,7 +11158,7 @@
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
Expand Down Expand Up @@ -11207,7 +11204,7 @@
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
Expand Down

0 comments on commit 5a6a0be

Please sign in to comment.