Skip to content

Commit

Permalink
Update calibre-web to 0.6.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Jul 29, 2024
1 parent eb92283 commit 436aded
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 24 deletions.
4 changes: 2 additions & 2 deletions calibre-web/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ services:
APP_PORT: 8083

server:
image: linuxserver/calibre-web:0.6.21@sha256:e7470c127d86178c2de121b1382cff697f233195b58e31a423ef0a235048cf63
image: linuxserver/calibre-web:0.6.22@sha256:49660a8890e2e4356cbc4b8874ff5ad1ebc40f647fdb2419fc289700affebcf0
stop_grace_period: 1m
environment:
- PUID=1000
- PGID=1000
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${APP_DATA_DIR}/data/books:/books
restart: on-failure
restart: on-failure
33 changes: 11 additions & 22 deletions calibre-web/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: calibre-web
category: files
name: Calibre Web
version: "0.6.21"
version: "0.6.22"
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.
Expand Down Expand Up @@ -32,25 +32,14 @@ defaultUsername: "admin"
defaultPassword: "admin123"
torOnly: false
releaseNotes: >-
This release contains various bug fixes, as well as the following new features:
- cb7 files are now supported for metadata extrcation of comicfiles (but not for comicreader)
- Updated lubimyczytac metadata provider
- Cover size is adapted to requested size from kobo
- Added option "-o" to define logfile via command line
- Added "/opds/stats" route to generate a widget
- Reading position can be saved in comic reader
- Several dependencies are upgraded to newer versions
- Additional translations: portuguese
Full release notes can be found here: https://github.com/janeczku/calibre-web/releases/tag/0.6.21
This update includes several new features and bug fixes:
- Improved metadata fetching and OPDS catalog visibility.
- Added support for PRC book conversion and metadata backup.
- Enhanced search options and library location handling.
- Various bug fixes including metadata extraction, content security, and theme improvements.
- Security improvements for file uploads and cross-site scripting prevention.
Full release notes can be found here: https://github.com/janeczku/calibre-web/releases/tag/0.6.22
submitter: Xosten
submission: https://github.com/getumbrel/umbrel-apps/pull/74
submission: https://github.com/getumbrel/umbrel-apps/pull/74

0 comments on commit 436aded

Please sign in to comment.