diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee5f4081..ae3f0e914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/gradle.properties b/gradle.properties index ab111d3be..684366a16 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=0.132.3 +version=0.132.4 org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=2G diff --git a/komga/docs/openapi.json b/komga/docs/openapi.json index 9d398d15a..dd552fd25 100644 --- a/komga/docs/openapi.json +++ b/komga/docs/openapi.json @@ -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",