mirror of
https://github.com/gotson/komga.git
synced 2025-12-27 02:46:04 +01:00
chore(release): 0.132.4 [skip ci]
## [0.132.4](https://github.com/gotson/komga/compare/v0.132.3...v0.132.4) (2021-11-28) ### Bug Fixes * **api:** only mark unread book as read for tachiyomi readlist ([6609e4c](6609e4ce04)) * translated using Weblate ([884573e](884573e20d))
This commit is contained in:
parent
6609e4ce04
commit
fca13a7893
3 changed files with 43 additions and 35 deletions
|
|
@ -1,3 +1,11 @@
|
|||
## [0.132.4](https://github.com/gotson/komga/compare/v0.132.3...v0.132.4) (2021-11-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **api:** only mark unread book as read for tachiyomi readlist ([6609e4c](https://github.com/gotson/komga/commit/6609e4ce04fa7f9c8b61268d0c8edb127671985d))
|
||||
* translated using Weblate ([884573e](https://github.com/gotson/komga/commit/884573e20de1b905515d6e3ae5d9fbef55485fd1))
|
||||
|
||||
## [0.132.3](https://github.com/gotson/komga/compare/v0.132.2...v0.132.3) (2021-11-22)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
version=0.132.3
|
||||
version=0.132.4
|
||||
org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=2G
|
||||
|
|
|
|||
|
|
@ -7798,7 +7798,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"operationId": "getProviders_3",
|
||||
"operationId": "getProviders_5",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
|
|
@ -7860,37 +7860,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_4",
|
||||
"responses": {
|
||||
"200": {
|
||||
|
|
@ -7921,7 +7890,7 @@
|
|||
"o-auth-2-controller"
|
||||
]
|
||||
},
|
||||
"delete": {
|
||||
"options": {
|
||||
"operationId": "getProviders_1",
|
||||
"responses": {
|
||||
"200": {
|
||||
|
|
@ -7952,8 +7921,39 @@
|
|||
"o-auth-2-controller"
|
||||
]
|
||||
},
|
||||
"delete": {
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"put": {
|
||||
"operationId": "getProviders_5",
|
||||
"operationId": "getProviders_3",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
|
|
|
|||
Loading…
Reference in a new issue