From 289551a7e3082763e60f50320a51d4d7d7d49e58 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 25 Jul 2020 01:40:11 +0000 Subject: [PATCH] chore(release): 0.49.0 [skip ci] # [0.49.0](https://github.com/gotson/komga/compare/v0.48.1...v0.49.0) (2020-07-25) ### Features * **webreader:** add shortcut information menu ([1885f32](https://github.com/gotson/komga/commit/1885f32416635611e62795bdf22420006bb577ad)) * **webui:** dark theme ([efe2021](https://github.com/gotson/komga/commit/efe2021bdcb28cbeac93cee8add6dc80a5708c60)), closes [#179](https://github.com/gotson/komga/issues/179) --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- komga/docs/openapi.json | 20 ++++++++++---------- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84810990b8..2a5ddbe37f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [0.49.0](https://github.com/gotson/komga/compare/v0.48.1...v0.49.0) (2020-07-25) + + +### Features + +* **webreader:** add shortcut information menu ([1885f32](https://github.com/gotson/komga/commit/1885f32416635611e62795bdf22420006bb577ad)) +* **webui:** dark theme ([efe2021](https://github.com/gotson/komga/commit/efe2021bdcb28cbeac93cee8add6dc80a5708c60)), closes [#179](https://github.com/gotson/komga/issues/179) + ## [0.48.1](https://github.com/gotson/komga/compare/v0.48.0...v0.48.1) (2020-07-21) diff --git a/gradle.properties b/gradle.properties index ae22e06462..463a4b3d3e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.48.1 +version=0.49.0 diff --git a/komga/docs/openapi.json b/komga/docs/openapi.json index dbe7e16b15..19918177d0 100644 --- a/komga/docs/openapi.json +++ b/komga/docs/openapi.json @@ -997,26 +997,26 @@ ], "openapi": "3.0.1", "paths": { - "/opds/v1.2/series/latest": { + "/opds/v1.2/search": { "get": { - "operationId": "getLatestSeries_1", + "operationId": "getSearch", "responses": { "200": { "description": "default response", "content": { "application/xml": { "schema": { - "$ref": "#/components/schemas/OpdsFeed" + "$ref": "#/components/schemas/OpenSearchDescription" } }, "application/atom+xml": { "schema": { - "$ref": "#/components/schemas/OpdsFeed" + "$ref": "#/components/schemas/OpenSearchDescription" } }, "text/xml": { "schema": { - "$ref": "#/components/schemas/OpdsFeed" + "$ref": "#/components/schemas/OpenSearchDescription" } } } @@ -1027,26 +1027,26 @@ ] } }, - "/opds/v1.2/search": { + "/opds/v1.2/series/latest": { "get": { - "operationId": "getSearch", + "operationId": "getLatestSeries_1", "responses": { "200": { "description": "default response", "content": { "application/xml": { "schema": { - "$ref": "#/components/schemas/OpenSearchDescription" + "$ref": "#/components/schemas/OpdsFeed" } }, "application/atom+xml": { "schema": { - "$ref": "#/components/schemas/OpenSearchDescription" + "$ref": "#/components/schemas/OpdsFeed" } }, "text/xml": { "schema": { - "$ref": "#/components/schemas/OpenSearchDescription" + "$ref": "#/components/schemas/OpdsFeed" } } }