chore(release): 0.43.1 [skip ci]

## [0.43.1](https://github.com/gotson/komga/compare/v0.43.0...v0.43.1) (2020-06-29)

### Bug Fixes

* **webui:** clear selection when reloading search results ([7d808c5](7d808c5dee))
This commit is contained in:
semantic-release-bot 2020-06-29 14:31:44 +00:00
parent 7d808c5dee
commit 08ed06db6e
3 changed files with 38 additions and 31 deletions

View file

@ -1,3 +1,10 @@
## [0.43.1](https://github.com/gotson/komga/compare/v0.43.0...v0.43.1) (2020-06-29)
### Bug Fixes
* **webui:** clear selection when reloading search results ([7d808c5](https://github.com/gotson/komga/commit/7d808c5dee753bcef8987ddeb66bb7086c4cb708))
# [0.43.0](https://github.com/gotson/komga/compare/v0.42.0...v0.43.0) (2020-06-29)

View file

@ -1 +1 @@
version=0.43.0
version=0.43.1

View file

@ -996,36 +996,6 @@
]
}
},
"/opds/v1.2/search": {
"get": {
"operationId": "getSearch",
"responses": {
"200": {
"description": "default response",
"content": {
"application/xml": {
"schema": {
"$ref": "#/components/schemas/OpenSearchDescription"
}
},
"application/atom+xml": {
"schema": {
"$ref": "#/components/schemas/OpenSearchDescription"
}
},
"text/xml": {
"schema": {
"$ref": "#/components/schemas/OpenSearchDescription"
}
}
}
}
},
"tags": [
"opds-controller"
]
}
},
"/opds/v1.2/series/latest": {
"get": {
"operationId": "getLatestSeries_1",
@ -1056,6 +1026,36 @@
]
}
},
"/opds/v1.2/search": {
"get": {
"operationId": "getSearch",
"responses": {
"200": {
"description": "default response",
"content": {
"application/xml": {
"schema": {
"$ref": "#/components/schemas/OpenSearchDescription"
}
},
"application/atom+xml": {
"schema": {
"$ref": "#/components/schemas/OpenSearchDescription"
}
},
"text/xml": {
"schema": {
"$ref": "#/components/schemas/OpenSearchDescription"
}
}
}
}
},
"tags": [
"opds-controller"
]
}
},
"/api/v1/books/{bookId}/next": {
"get": {
"operationId": "getBookSiblingNext",