chore(release): 0.132.0 [skip ci]

# [0.132.0](https://github.com/gotson/komga/compare/v0.131.0...v0.132.0) (2021-10-06)

### Features

* ignore accents and multiple whitespace when sorting books ([cebdef1](cebdef1e58)), closes [s#702](https://github.com/s/issues/702)
* remember-me validity can be configured using duration notation ([f592a9e](f592a9eda2))
* **api:** more flexible session management ([a85b5f8](a85b5f8d28))
* **webui:** accept xAuthToken as query param and convert to session cookie ([e088c76](e088c76c4e))
This commit is contained in:
semantic-release-bot 2021-10-06 07:15:13 +00:00
parent cebdef1e58
commit 3ae309b043
3 changed files with 34 additions and 1 deletions

View File

@ -1,3 +1,13 @@
# [0.132.0](https://github.com/gotson/komga/compare/v0.131.0...v0.132.0) (2021-10-06)
### Features
* ignore accents and multiple whitespace when sorting books ([cebdef1](https://github.com/gotson/komga/commit/cebdef1e5823b18890741e95d97cb5d032715347)), closes [s#702](https://github.com/s/issues/702)
* remember-me validity can be configured using duration notation ([f592a9e](https://github.com/gotson/komga/commit/f592a9eda2e7209a8d776af6239cbe5dabdc5684))
* **api:** more flexible session management ([a85b5f8](https://github.com/gotson/komga/commit/a85b5f8d2874660c04973a539039ddf7943bcc9f))
* **webui:** accept xAuthToken as query param and convert to session cookie ([e088c76](https://github.com/gotson/komga/commit/e088c76c4e2e5f9e765c299e1e3d2aaa9ab116d4))
# [0.131.0](https://github.com/gotson/komga/compare/v0.130.1...v0.131.0) (2021-10-05)

View File

@ -1,2 +1,2 @@
version=0.131.0
version=0.132.0
org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=2G

View File

@ -3523,6 +3523,29 @@
]
}
},
"/api/v1/login/set-cookie": {
"get": {
"operationId": "headerToCookie",
"responses": {
"400": {
"description": "Bad Request",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/ValidationErrorResponse"
}
}
}
},
"204": {
"description": "No Content"
}
},
"tags": [
"login-controller"
]
}
},
"/api/v1/libraries/{libraryId}/scan": {
"post": {
"operationId": "scan",