mirror of
https://github.com/gotson/komga.git
synced 2025-01-08 11:47:47 +08:00
chore(release): 0.131.0 [skip ci]
# [0.131.0](https://github.com/gotson/komga/compare/v0.130.1...v0.131.0) (2021-10-05) ### Features * **api:** download read list as zip ([7a176f2
](7a176f2307
)) * **webui:** download read list as zip ([acdea3d
](acdea3daf1
)), closes [#411](https://github.com/gotson/komga/issues/411) * translated using Weblate (Czech) ([#677](https://github.com/gotson/komga/issues/677)) ([5313cbc
](5313cbced4
))
This commit is contained in:
parent
acdea3daf1
commit
294b29d1d3
@ -1,3 +1,12 @@
|
||||
# [0.131.0](https://github.com/gotson/komga/compare/v0.130.1...v0.131.0) (2021-10-05)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **api:** download read list as zip ([7a176f2](https://github.com/gotson/komga/commit/7a176f23078d14e82981bdea86032f113581f5d2))
|
||||
* **webui:** download read list as zip ([acdea3d](https://github.com/gotson/komga/commit/acdea3daf1f1667508457b7964e0427ec8ef2591)), closes [#411](https://github.com/gotson/komga/issues/411)
|
||||
* translated using Weblate (Czech) ([#677](https://github.com/gotson/komga/issues/677)) ([5313cbc](https://github.com/gotson/komga/commit/5313cbced4c84b24ccf59804d1c059812b83c3ca))
|
||||
|
||||
## [0.130.1](https://github.com/gotson/komga/compare/v0.130.0...v0.130.1) (2021-09-29)
|
||||
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
version=0.130.1
|
||||
version=0.131.0
|
||||
org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=2G
|
||||
|
@ -6263,6 +6263,46 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/v1/readlists/{id}/file": {
|
||||
"get": {
|
||||
"operationId": "getReadListFile",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"content": {
|
||||
"application/octet-stream": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/StreamingResponseBody"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"400": {
|
||||
"description": "Bad Request",
|
||||
"content": {
|
||||
"*/*": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/ValidationErrorResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"in": "path",
|
||||
"name": "id",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"read-list-controller"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/opds/v1.2/books/latest": {
|
||||
"get": {
|
||||
"operationId": "getLatestBooks",
|
||||
@ -7704,37 +7744,6 @@
|
||||
},
|
||||
"/api/v1/oauth2/providers": {
|
||||
"head": {
|
||||
"operationId": "getProviders",
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"patch": {
|
||||
"operationId": "getProviders_2",
|
||||
"responses": {
|
||||
"200": {
|
||||
@ -7765,8 +7774,39 @@
|
||||
"o-auth-2-controller"
|
||||
]
|
||||
},
|
||||
"patch": {
|
||||
"operationId": "getProviders_6",
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"post": {
|
||||
"operationId": "getProviders_4",
|
||||
"operationId": "getProviders",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
@ -7797,7 +7837,7 @@
|
||||
]
|
||||
},
|
||||
"get": {
|
||||
"operationId": "getProviders_1",
|
||||
"operationId": "getProviders_4",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
@ -7828,7 +7868,7 @@
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"operationId": "getProviders_6",
|
||||
"operationId": "getProviders_5",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
@ -7890,7 +7930,7 @@
|
||||
]
|
||||
},
|
||||
"put": {
|
||||
"operationId": "getProviders_5",
|
||||
"operationId": "getProviders_1",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
|
Loading…
Reference in New Issue
Block a user