From 2cf1d529d72a3f67a518a9984d0b649fdc4c5e03 Mon Sep 17 00:00:00 2001 From: Xosten <11696836+Xosten@users.noreply.github.com> Date: Thu, 29 Jun 2023 21:19:34 +0200 Subject: [PATCH] Update Calibre-Web to 0.6.20 (#647) --- calibre-web/docker-compose.yml | 2 +- calibre-web/umbrel-app.yml | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/calibre-web/docker-compose.yml b/calibre-web/docker-compose.yml index 4a38571..c2838c8 100644 --- a/calibre-web/docker-compose.yml +++ b/calibre-web/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8083 server: - image: linuxserver/calibre-web:0.6.19@sha256:898987a2276b7f175f9ae787ef2b7f3f91103a3e621dffe7b67b3a9feae1b922 + image: linuxserver/calibre-web:0.6.20@sha256:c39c87ab788aba54e3d61fc3e38208be93c9abb048c65aa7e968d97f069e15c1 stop_grace_period: 1m environment: - PUID=1000 diff --git a/calibre-web/umbrel-app.yml b/calibre-web/umbrel-app.yml index db5f57c..28d6710 100644 --- a/calibre-web/umbrel-app.yml +++ b/calibre-web/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: calibre-web category: files name: Calibre Web -version: "0.6.19" +version: "0.6.20" tagline: A clean web app for your eBooks description: >- Calibre-web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. @@ -34,25 +34,26 @@ torOnly: false releaseNotes: >- New features: - - Cover images are cached when using gdrive storage and local storage + - Updated pdf reader - - Kobo sync now uses calibre-web generated thumbnails as cover pictures + - Improvements for Caliblur Theme - - Pagination button disapear in standard theme once infinite scroll is triggered + - series type custom column - - And more. Full details can be found here: https://github.com/janeczku/calibre-web/releases/tag/0.6.19 + - And more Bug fixes: - - Read status checkbox works again for custom columns + - Allow deletion of kindle email address and force email addresses to have a valid format - - Character '\u200d' is removed from end of email address and no longer causes an error on send emails + - Fix for big databases not showing tags - - Gevent log output is redirected to log file and no longer stops Calibre-web on Windows + - Ignore special files originating from Apple devices in comic reader - - custom column of type "Text, but with a fixed set of permitted values" with default color no longer leads to error 500 - - - And more. Full details can be found in the changelog. + - And more + + + Full release notes can be found here: https://github.com/janeczku/calibre-web/releases/tag/0.6.20 submitter: Xosten submission: https://github.com/getumbrel/umbrel-apps/pull/74