Skip to content

Commit

Permalink
chore(release): 0.146.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.146.0](v0.145.1...v0.146.0) (2022-01-24)

### Features

* **webui:** custom cover upload ([2a56fff](2a56fff)), closes [#473](#473)
  • Loading branch information
semantic-release-bot committed Jan 24, 2022
1 parent 2a56fff commit 7728582
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 18 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.146.0](https://github.com/gotson/komga/compare/v0.145.1...v0.146.0) (2022-01-24)


### Features

* **webui:** custom cover upload ([2a56fff](https://github.com/gotson/komga/commit/2a56fffa9af46b5852976131c04f2f8cf7207080)), closes [#473](https://github.com/gotson/komga/issues/473)

## [0.145.1](https://github.com/gotson/komga/compare/v0.145.0...v0.145.1) (2022-01-24)


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.145.1
version=0.146.0
org.gradle.jvmargs=-Xmx2G
34 changes: 17 additions & 17 deletions komga/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7178,7 +7178,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_3",
"operationId": "getProviders_4",
"responses": {
"400": {
"description": "Bad Request",
Expand Down Expand Up @@ -7209,7 +7209,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_5",
"operationId": "getProviders_2",
"responses": {
"400": {
"description": "Bad Request",
Expand Down Expand Up @@ -7240,7 +7240,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_2",
"operationId": "getProviders_6",
"responses": {
"400": {
"description": "Bad Request",
Expand Down Expand Up @@ -7271,7 +7271,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_4",
"operationId": "getProviders",
"responses": {
"400": {
"description": "Bad Request",
Expand Down Expand Up @@ -7302,7 +7302,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders",
"operationId": "getProviders_3",
"responses": {
"400": {
"description": "Bad Request",
Expand Down Expand Up @@ -7364,7 +7364,7 @@
"tags": [
"o-auth-2-controller"
],
"operationId": "getProviders_6",
"operationId": "getProviders_5",
"responses": {
"400": {
"description": "Bad Request",
Expand Down Expand Up @@ -8262,13 +8262,6 @@
"type": "string"
}
},
"genres": {
"uniqueItems": true,
"type": "array",
"items": {
"type": "string"
}
},
"readingDirection": {
"type": "string",
"enum": [
Expand All @@ -8282,6 +8275,13 @@
"type": "integer",
"format": "int32"
},
"genres": {
"uniqueItems": true,
"type": "array",
"items": {
"type": "string"
}
},
"totalBookCount": {
"type": "integer",
"format": "int32"
Expand Down Expand Up @@ -8407,16 +8407,16 @@
"summary": {
"type": "string"
},
"releaseDate": {
"type": "string",
"format": "date"
},
"authors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AuthorUpdateDto"
}
},
"releaseDate": {
"type": "string",
"format": "date"
},
"isbn": {
"type": "string"
}
Expand Down

0 comments on commit 7728582

Please sign in to comment.