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](55df968651))
* remove caching of ZipFile ([57082bd](57082bd990)), closes [#801](https://github.com/gotson/komga/issues/801)
* **webui:** don't show metrics if there's no data ([9fe50fd](9fe50fd5ce))
* **webui:** page hash matches dialog would not reset properly ([c0c7b09](c0c7b09faa))
* **webui:** properly set known hash card button initial status ([17c76de](17c76de308))

### Features

* **webui:** adapt card content depending on context ([35bf05e](35bf05eb39)), closes [#679](https://github.com/gotson/komga/issues/679)
* **webui:** show series for books in search bar ([1463078](1463078367)), closes [#678](https://github.com/gotson/komga/issues/678)
* **webui:** show series title within read list navigation ([f388e9b](f388e9bf76))

### Performance Improvements

* **webui:** reduce number of API calls on app initial load ([f7dc98a](f7dc98aa7e))
* **webui:** reduce number of API calls on book details screen ([5f8894d](5f8894d47a))
This commit is contained in:
semantic-release-bot 2022-02-14 03:07:16 +00:00
parent 57082bd990
commit cbe77c780c
3 changed files with 35 additions and 7 deletions

View file

@ -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)

View file

@ -1,2 +1,2 @@
version=0.150.0
version=0.151.0
org.gradle.jvmargs=-Xmx2G

View file

@ -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"
},