Browse Source

Update Calibre-Web to 0.6.20 (#647)

main
Xosten 2 years ago
committed by GitHub
parent
commit
2cf1d529d7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      calibre-web/docker-compose.yml
  2. 23
      calibre-web/umbrel-app.yml

2
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

23
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

Loading…
Cancel
Save