From cbe77c780c44bba986fcdf60f25b39d42fee5da8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 14 Feb 2022 03:07:16 +0000 Subject: [PATCH] chore(release): 0.151.0 [skip ci] # [0.151.0](https://github.com/gotson/komga/compare/v0.150.0...v0.151.0) (2022-02-14) ### Bug Fixes * **metrics:** configure step for 24h ([55df968](https://github.com/gotson/komga/commit/55df968651d2d27183bed70deca7737a947a073f)) * remove caching of ZipFile ([57082bd](https://github.com/gotson/komga/commit/57082bd990dfc450f23014f57ccbb862e40dacfb)), closes [#801](https://github.com/gotson/komga/issues/801) * **webui:** don't show metrics if there's no data ([9fe50fd](https://github.com/gotson/komga/commit/9fe50fd5ceb9fd657d50eaa678dc6c13f46023d1)) * **webui:** page hash matches dialog would not reset properly ([c0c7b09](https://github.com/gotson/komga/commit/c0c7b09faa904ea29d39bde7966b8208403bd72b)) * **webui:** properly set known hash card button initial status ([17c76de](https://github.com/gotson/komga/commit/17c76de3083a92c8b2a3064d0a29904492f98503)) ### Features * **webui:** adapt card content depending on context ([35bf05e](https://github.com/gotson/komga/commit/35bf05eb39fc05b6d36beaedca5d64aace81302e)), closes [#679](https://github.com/gotson/komga/issues/679) * **webui:** show series for books in search bar ([1463078](https://github.com/gotson/komga/commit/14630783670a1a19a692c600468209e6ce659ba8)), closes [#678](https://github.com/gotson/komga/issues/678) * **webui:** show series title within read list navigation ([f388e9b](https://github.com/gotson/komga/commit/f388e9bf7687c8d49ee55aa7ee3623763952385b)) ### Performance Improvements * **webui:** reduce number of API calls on app initial load ([f7dc98a](https://github.com/gotson/komga/commit/f7dc98aa7e52b22a94a53ec4df62d519d953505c)) * **webui:** reduce number of API calls on book details screen ([5f8894d](https://github.com/gotson/komga/commit/5f8894d47a89f299445d6bc779fc3ba90944a9a5)) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ gradle.properties | 2 +- komga/docs/openapi.json | 16 ++++++++++------ 3 files changed, 35 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff3081afc9..d26af9a22c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# [0.151.0](https://github.com/gotson/komga/compare/v0.150.0...v0.151.0) (2022-02-14) + + +### Bug Fixes + +* **metrics:** configure step for 24h ([55df968](https://github.com/gotson/komga/commit/55df968651d2d27183bed70deca7737a947a073f)) +* remove caching of ZipFile ([57082bd](https://github.com/gotson/komga/commit/57082bd990dfc450f23014f57ccbb862e40dacfb)), closes [#801](https://github.com/gotson/komga/issues/801) +* **webui:** don't show metrics if there's no data ([9fe50fd](https://github.com/gotson/komga/commit/9fe50fd5ceb9fd657d50eaa678dc6c13f46023d1)) +* **webui:** page hash matches dialog would not reset properly ([c0c7b09](https://github.com/gotson/komga/commit/c0c7b09faa904ea29d39bde7966b8208403bd72b)) +* **webui:** properly set known hash card button initial status ([17c76de](https://github.com/gotson/komga/commit/17c76de3083a92c8b2a3064d0a29904492f98503)) + + +### Features + +* **webui:** adapt card content depending on context ([35bf05e](https://github.com/gotson/komga/commit/35bf05eb39fc05b6d36beaedca5d64aace81302e)), closes [#679](https://github.com/gotson/komga/issues/679) +* **webui:** show series for books in search bar ([1463078](https://github.com/gotson/komga/commit/14630783670a1a19a692c600468209e6ce659ba8)), closes [#678](https://github.com/gotson/komga/issues/678) +* **webui:** show series title within read list navigation ([f388e9b](https://github.com/gotson/komga/commit/f388e9bf7687c8d49ee55aa7ee3623763952385b)) + + +### Performance Improvements + +* **webui:** reduce number of API calls on app initial load ([f7dc98a](https://github.com/gotson/komga/commit/f7dc98aa7e52b22a94a53ec4df62d519d953505c)) +* **webui:** reduce number of API calls on book details screen ([5f8894d](https://github.com/gotson/komga/commit/5f8894d47a89f299445d6bc779fc3ba90944a9a5)) + # [0.150.0](https://github.com/gotson/komga/compare/v0.149.2...v0.150.0) (2022-02-10) diff --git a/gradle.properties b/gradle.properties index ddd8611d590..d668301eadb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=0.150.0 +version=0.151.0 org.gradle.jvmargs=-Xmx2G diff --git a/komga/docs/openapi.json b/komga/docs/openapi.json index ce9eca3d961..076ac87c5d4 100644 --- a/komga/docs/openapi.json +++ b/komga/docs/openapi.json @@ -7693,7 +7693,7 @@ "tags": [ "o-auth-2-controller" ], - "operationId": "getProviders_5", + "operationId": "getProviders_1", "responses": { "400": { "description": "Bad Request", @@ -7724,7 +7724,7 @@ "tags": [ "o-auth-2-controller" ], - "operationId": "getProviders", + "operationId": "getProviders_4", "responses": { "400": { "description": "Bad Request", @@ -7755,7 +7755,7 @@ "tags": [ "o-auth-2-controller" ], - "operationId": "getProviders_4", + "operationId": "getProviders_2", "responses": { "400": { "description": "Bad Request", @@ -7786,7 +7786,7 @@ "tags": [ "o-auth-2-controller" ], - "operationId": "getProviders_1", + "operationId": "getProviders_5", "responses": { "400": { "description": "Bad Request", @@ -7817,7 +7817,7 @@ "tags": [ "o-auth-2-controller" ], - "operationId": "getProviders_2", + "operationId": "getProviders_6", "responses": { "400": { "description": "Bad Request", @@ -7848,7 +7848,7 @@ "tags": [ "o-auth-2-controller" ], - "operationId": "getProviders_6", + "operationId": "getProviders", "responses": { "400": { "description": "Bad Request", @@ -9722,6 +9722,7 @@ "name", "number", "seriesId", + "seriesTitle", "size", "sizeBytes", "url" @@ -9734,6 +9735,9 @@ "seriesId": { "type": "string" }, + "seriesTitle": { + "type": "string" + }, "libraryId": { "type": "string" },