chore(release): 0.157.1 [skip ci]

## [0.157.1](https://github.com/gotson/komga/compare/v0.157.0...v0.157.1) (2022-08-18)

### Bug Fixes

* **api:** prevent SQLITE_TOOBIG book search returns many matches ([f8cc3cd](f8cc3cd4ca)), closes [#940](https://github.com/gotson/komga/issues/940)
* encode filenames in UTF-8 when downloading ([#941](https://github.com/gotson/komga/issues/941)) ([cf98e69](cf98e69374))
* translated using Weblate ([c85f267](c85f267c10))
* **webui:** iOS icon without black edges ([#949](https://github.com/gotson/komga/issues/949)) ([a3929e2](a3929e2e1f))
* **webui:** search for collection/readlist in the "add to" dialog should ignore accents ([ac67924](ac67924fba)), closes [#944](https://github.com/gotson/komga/issues/944)
This commit is contained in:
semantic-release-bot 2022-08-18 03:39:20 +00:00
parent c85f267c10
commit 4bda396dba
3 changed files with 169 additions and 158 deletions

View File

@ -1,3 +1,14 @@
## [0.157.1](https://github.com/gotson/komga/compare/v0.157.0...v0.157.1) (2022-08-18)
### Bug Fixes
* **api:** prevent SQLITE_TOOBIG book search returns many matches ([f8cc3cd](https://github.com/gotson/komga/commit/f8cc3cd4ca3236b201c66640d1f58967a8293947)), closes [#940](https://github.com/gotson/komga/issues/940)
* encode filenames in UTF-8 when downloading ([#941](https://github.com/gotson/komga/issues/941)) ([cf98e69](https://github.com/gotson/komga/commit/cf98e69374ccc2713790cea94d77a4b79227f004))
* translated using Weblate ([c85f267](https://github.com/gotson/komga/commit/c85f267c10fb8e594ae43c34bf51b01c30531336))
* **webui:** iOS icon without black edges ([#949](https://github.com/gotson/komga/issues/949)) ([a3929e2](https://github.com/gotson/komga/commit/a3929e2e1ff0a0abfe78d78ebf21c9efee5fb91c))
* **webui:** search for collection/readlist in the "add to" dialog should ignore accents ([ac67924](https://github.com/gotson/komga/commit/ac67924fbaa8163396a779c26be86338624316df)), closes [#944](https://github.com/gotson/komga/issues/944)
# [0.157.0](https://github.com/gotson/komga/compare/v0.156.0...v0.157.0) (2022-07-28)

View File

@ -1,2 +1,2 @@
version=0.157.0
version=0.157.1
org.gradle.jvmargs=-Xmx2G

View File

@ -8286,7 +8286,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders",
"operationId": "getProviders_6",
"responses": {
"400": {
"description": "Bad Request",
@ -8317,7 +8317,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_1",
"operationId": "getProviders_2",
"responses": {
"400": {
"description": "Bad Request",
@ -8348,7 +8348,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_3",
"operationId": "getProviders",
"responses": {
"400": {
"description": "Bad Request",
@ -8379,7 +8379,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_2",
"operationId": "getProviders_5",
"responses": {
"400": {
"description": "Bad Request",
@ -8410,7 +8410,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_6",
"operationId": "getProviders_1",
"responses": {
"400": {
"description": "Bad Request",
@ -8472,7 +8472,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_5",
"operationId": "getProviders_3",
"responses": {
"400": {
"description": "Bad Request",
@ -9529,14 +9529,14 @@
"ageRestriction": {
"$ref": "#/components/schemas/AgeRestrictionUpdateDto"
},
"labelsExclude": {
"labelsAllow": {
"uniqueItems": true,
"type": "array",
"items": {
"type": "string"
}
},
"labelsAllow": {
"labelsExclude": {
"uniqueItems": true,
"type": "array",
"items": {
@ -9636,13 +9636,28 @@
"sharingLabelsLock": {
"type": "boolean"
},
"sharingLabels": {
"tags": {
"uniqueItems": true,
"type": "array",
"items": {
"type": "string"
}
},
"ageRating": {
"type": "integer",
"format": "int32"
},
"genres": {
"uniqueItems": true,
"type": "array",
"items": {
"type": "string"
}
},
"totalBookCount": {
"type": "integer",
"format": "int32"
},
"readingDirection": {
"type": "string",
"enum": [
@ -9652,22 +9667,7 @@
"WEBTOON"
]
},
"ageRating": {
"type": "integer",
"format": "int32"
},
"totalBookCount": {
"type": "integer",
"format": "int32"
},
"tags": {
"uniqueItems": true,
"type": "array",
"items": {
"type": "string"
}
},
"genres": {
"sharingLabels": {
"uniqueItems": true,
"type": "array",
"items": {
@ -9779,6 +9779,25 @@
"linksLock": {
"type": "boolean"
},
"tags": {
"uniqueItems": true,
"type": "array",
"items": {
"type": "string"
}
},
"links": {
"type": "array",
"items": {
"$ref": "#/components/schemas/WebLinkUpdateDto"
}
},
"summary": {
"type": "string"
},
"isbn": {
"type": "string"
},
"authors": {
"type": "array",
"items": {
@ -9788,25 +9807,6 @@
"releaseDate": {
"type": "string",
"format": "date"
},
"isbn": {
"type": "string"
},
"tags": {
"uniqueItems": true,
"type": "array",
"items": {
"type": "string"
}
},
"summary": {
"type": "string"
},
"links": {
"type": "array",
"items": {
"$ref": "#/components/schemas/WebLinkUpdateDto"
}
}
},
"description": "Metadata fields to update. Set a field to null to unset the metadata. You can omit fields you don\u0027t want to update."
@ -10004,17 +10004,23 @@
"PageAuthenticationActivityDto": {
"type": "object",
"properties": {
"totalPages": {
"type": "integer",
"format": "int32"
},
"totalElements": {
"type": "integer",
"format": "int64"
},
"totalPages": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
},
@ -10036,12 +10042,6 @@
"type": "integer",
"format": "int32"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"empty": {
"type": "boolean"
}
@ -10050,16 +10050,6 @@
"PageableObject": {
"type": "object",
"properties": {
"sort": {
"$ref": "#/components/schemas/Sort"
},
"offset": {
"type": "integer",
"format": "int64"
},
"paged": {
"type": "boolean"
},
"pageNumber": {
"type": "integer",
"format": "int32"
@ -10068,22 +10058,32 @@
"type": "integer",
"format": "int32"
},
"paged": {
"type": "boolean"
},
"unpaged": {
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
},
"offset": {
"type": "integer",
"format": "int64"
}
}
},
"Sort": {
"type": "object",
"properties": {
"sorted": {
"type": "boolean"
},
"unsorted": {
"type": "boolean"
},
"empty": {
"type": "boolean"
},
"sorted": {
"type": "boolean"
}
}
},
@ -10142,17 +10142,23 @@
"PageAuthorDto": {
"type": "object",
"properties": {
"totalPages": {
"type": "integer",
"format": "int32"
},
"totalElements": {
"type": "integer",
"format": "int64"
},
"totalPages": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
},
@ -10174,12 +10180,6 @@
"type": "integer",
"format": "int32"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"empty": {
"type": "boolean"
}
@ -10276,17 +10276,23 @@
"PageSeriesDto": {
"type": "object",
"properties": {
"totalPages": {
"type": "integer",
"format": "int32"
},
"totalElements": {
"type": "integer",
"format": "int64"
},
"totalPages": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
},
@ -10308,12 +10314,6 @@
"type": "integer",
"format": "int32"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"empty": {
"type": "boolean"
}
@ -10755,17 +10755,23 @@
"PageBookDto": {
"type": "object",
"properties": {
"totalPages": {
"type": "integer",
"format": "int32"
},
"totalElements": {
"type": "integer",
"format": "int64"
},
"totalPages": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
},
@ -10787,12 +10793,6 @@
"type": "integer",
"format": "int32"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"empty": {
"type": "boolean"
}
@ -10863,17 +10863,23 @@
"PageReadListDto": {
"type": "object",
"properties": {
"totalPages": {
"type": "integer",
"format": "int32"
},
"totalElements": {
"type": "integer",
"format": "int64"
},
"totalPages": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
},
@ -10895,12 +10901,6 @@
"type": "integer",
"format": "int32"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"empty": {
"type": "boolean"
}
@ -10952,17 +10952,23 @@
"PagePageHashKnownDto": {
"type": "object",
"properties": {
"totalPages": {
"type": "integer",
"format": "int32"
},
"totalElements": {
"type": "integer",
"format": "int64"
},
"totalPages": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
},
@ -10984,12 +10990,6 @@
"type": "integer",
"format": "int32"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"empty": {
"type": "boolean"
}
@ -10998,17 +10998,23 @@
"PagePageHashMatchDto": {
"type": "object",
"properties": {
"totalPages": {
"type": "integer",
"format": "int32"
},
"totalElements": {
"type": "integer",
"format": "int64"
},
"totalPages": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
},
@ -11030,12 +11036,6 @@
"type": "integer",
"format": "int32"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"empty": {
"type": "boolean"
}
@ -11068,17 +11068,23 @@
"PagePageHashUnknownDto": {
"type": "object",
"properties": {
"totalPages": {
"type": "integer",
"format": "int32"
},
"totalElements": {
"type": "integer",
"format": "int64"
},
"totalPages": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
},
@ -11100,12 +11106,6 @@
"type": "integer",
"format": "int32"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"empty": {
"type": "boolean"
}
@ -11143,17 +11143,23 @@
"PageHistoricalEventDto": {
"type": "object",
"properties": {
"totalPages": {
"type": "integer",
"format": "int32"
},
"totalElements": {
"type": "integer",
"format": "int64"
},
"totalPages": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
},
@ -11175,12 +11181,6 @@
"type": "integer",
"format": "int32"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"empty": {
"type": "boolean"
}
@ -11189,17 +11189,23 @@
"PageCollectionDto": {
"type": "object",
"properties": {
"totalPages": {
"type": "integer",
"format": "int32"
},
"totalElements": {
"type": "integer",
"format": "int64"
},
"totalPages": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"sort": {
"$ref": "#/components/schemas/Sort"
},
@ -11221,12 +11227,6 @@
"type": "integer",
"format": "int32"
},
"pageable": {
"$ref": "#/components/schemas/PageableObject"
},
"last": {
"type": "boolean"
},
"empty": {
"type": "boolean"
}