chore(release): 0.136.0 [skip ci]

# [0.136.0](https://github.com/gotson/komga/compare/v0.135.1...v0.136.0) (2021-12-14)

### Features

* **webreader:** align double pages according to reading direction ([218fd79](218fd79e51)), closes [#670](https://github.com/gotson/komga/issues/670)
This commit is contained in:
semantic-release-bot 2021-12-14 06:11:47 +00:00
parent a1e9238bf5
commit fabba667ec
3 changed files with 42 additions and 35 deletions

View file

@ -1,3 +1,10 @@
# [0.136.0](https://github.com/gotson/komga/compare/v0.135.1...v0.136.0) (2021-12-14)
### Features
* **webreader:** align double pages according to reading direction ([218fd79](https://github.com/gotson/komga/commit/218fd79e517670e2f3f1d9ddb14e649432e10075)), closes [#670](https://github.com/gotson/komga/issues/670)
## [0.135.1](https://github.com/gotson/komga/compare/v0.135.0...v0.135.1) (2021-12-13)

View file

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

View file

@ -7955,7 +7955,7 @@
},
"/api/v1/oauth2/providers": {
"head": {
"operationId": "getProviders_5",
"operationId": "getProviders_2",
"responses": {
"200": {
"description": "OK",
@ -8048,37 +8048,6 @@
]
},
"get": {
"operationId": "getProviders_2",
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/OAuth2ClientDto"
}
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/ValidationErrorResponse"
}
}
}
}
},
"tags": [
"o-auth-2-controller"
]
},
"options": {
"operationId": "getProviders_3",
"responses": {
"200": {
@ -8109,8 +8078,39 @@
"o-auth-2-controller"
]
},
"options": {
"operationId": "getProviders_5",
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/OAuth2ClientDto"
}
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/ValidationErrorResponse"
}
}
}
}
},
"tags": [
"o-auth-2-controller"
]
},
"delete": {
"operationId": "getProviders_1",
"operationId": "getProviders",
"responses": {
"200": {
"description": "OK",
@ -8141,7 +8141,7 @@
]
},
"put": {
"operationId": "getProviders",
"operationId": "getProviders_1",
"responses": {
"200": {
"description": "OK",