mirror of
https://github.com/gotson/komga.git
synced 2025-12-28 11:24:59 +01:00
chore(release): 0.134.0 [skip ci]
# [0.134.0](https://github.com/gotson/komga/compare/v0.133.0...v0.134.0) (2021-12-02) ### Features * **opds:** optionally mark progress when streaming pages ([f17bbd5](f17bbd5076)), closes [#710](https://github.com/gotson/komga/issues/710)
This commit is contained in:
parent
f17bbd5076
commit
5772562db6
3 changed files with 202 additions and 59 deletions
|
|
@ -1,3 +1,10 @@
|
|||
# [0.134.0](https://github.com/gotson/komga/compare/v0.133.0...v0.134.0) (2021-12-02)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **opds:** optionally mark progress when streaming pages ([f17bbd5](https://github.com/gotson/komga/commit/f17bbd50769c36038d4fc73aa5cac7b5014e10f6)), closes [#710](https://github.com/gotson/komga/issues/710)
|
||||
|
||||
# [0.133.0](https://github.com/gotson/komga/compare/v0.132.4...v0.133.0) (2021-11-30)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
version=0.133.0
|
||||
version=0.134.0
|
||||
org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=2G
|
||||
|
|
|
|||
|
|
@ -639,10 +639,6 @@
|
|||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
|
|
@ -650,6 +646,10 @@
|
|||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"totalPages": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
|
|
@ -786,10 +786,6 @@
|
|||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
|
|
@ -797,6 +793,10 @@
|
|||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"totalPages": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
|
|
@ -864,10 +864,6 @@
|
|||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
|
|
@ -875,6 +871,10 @@
|
|||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"totalPages": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
|
|
@ -929,10 +929,6 @@
|
|||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
|
|
@ -940,6 +936,10 @@
|
|||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"totalPages": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
|
|
@ -1005,10 +1005,6 @@
|
|||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
|
|
@ -1016,6 +1012,10 @@
|
|||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"totalPages": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
|
|
@ -1066,10 +1066,6 @@
|
|||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
|
|
@ -1077,6 +1073,10 @@
|
|||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"totalPages": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
|
|
@ -2152,6 +2152,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "markread",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"opds-controller"
|
||||
]
|
||||
|
|
@ -2620,6 +2630,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "markread",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"opds-controller"
|
||||
]
|
||||
|
|
@ -2911,6 +2931,14 @@
|
|||
"in": "path",
|
||||
"name": "id",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "markread",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
|
|
@ -3169,6 +3197,14 @@
|
|||
"in": "path",
|
||||
"name": "id",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "markread",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
|
|
@ -3466,6 +3502,15 @@
|
|||
"name": "zero_based",
|
||||
"description": "If set to true, pages will start at index 0. If set to false, pages will start at index 1.",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "markread",
|
||||
"description": "If set to true, read progress will be marked on the requested paged. Works only for OPDS.",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
|
|
@ -3516,6 +3561,14 @@
|
|||
"in": "path",
|
||||
"name": "id",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "markread",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
|
|
@ -3747,6 +3800,14 @@
|
|||
"in": "query",
|
||||
"name": "publisher",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "markread",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
|
|
@ -3863,6 +3924,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "markread",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"opds-controller"
|
||||
]
|
||||
|
|
@ -3986,6 +4057,15 @@
|
|||
"name": "zero_based",
|
||||
"description": "If set to true, pages will start at index 0. If set to false, pages will start at index 1.",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "markread",
|
||||
"description": "If set to true, read progress will be marked on the requested paged. Works only for OPDS.",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
|
|
@ -4385,6 +4465,14 @@
|
|||
"in": "path",
|
||||
"name": "id",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "markread",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
|
|
@ -4427,6 +4515,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "markread",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"opds-controller"
|
||||
]
|
||||
|
|
@ -5740,6 +5838,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "markread",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"opds-controller"
|
||||
]
|
||||
|
|
@ -5780,6 +5888,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "markread",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"opds-controller"
|
||||
]
|
||||
|
|
@ -6370,6 +6488,14 @@
|
|||
"in": "header",
|
||||
"name": "User-Agent",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "markread",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
|
|
@ -7767,37 +7893,6 @@
|
|||
},
|
||||
"/api/v1/oauth2/providers": {
|
||||
"head": {
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"patch": {
|
||||
"operationId": "getProviders_4",
|
||||
"responses": {
|
||||
"200": {
|
||||
|
|
@ -7828,8 +7923,39 @@
|
|||
"o-auth-2-controller"
|
||||
]
|
||||
},
|
||||
"patch": {
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"post": {
|
||||
"operationId": "getProviders_5",
|
||||
"operationId": "getProviders_2",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
|
|
@ -7922,7 +8048,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"operationId": "getProviders",
|
||||
"operationId": "getProviders_5",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
|
|
@ -7953,7 +8079,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"operationId": "getProviders_2",
|
||||
"operationId": "getProviders_6",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
|
|
@ -8067,6 +8193,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "markread",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"opds-controller"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue