Update calibre-web to 0.6.24 (#1822)

This commit is contained in:
Nathan Fretz 2024-11-20 15:54:24 +10:00 committed by GitHub
parent fa2eb65f10
commit 5700a8085b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 24 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8083 APP_PORT: 8083
server: server:
image: linuxserver/calibre-web:0.6.23@sha256:f050ee5cb08905375f6e7341f3c838fe592c7ccca3771bdb6859e592d68d86af image: linuxserver/calibre-web:0.6.24@sha256:71cf33758891aa4fcd9dace41bbbc1aaf8faeedf78fff9f1a12f46cfc9156b97
stop_grace_period: 1m stop_grace_period: 1m
environment: environment:
- PUID=1000 - PUID=1000

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: calibre-web id: calibre-web
category: files category: files
name: Calibre Web name: Calibre Web
version: "0.6.23" version: "0.6.24"
tagline: A clean web app for your eBooks tagline: A clean web app for your eBooks
description: >- description: >-
Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
@ -29,28 +29,19 @@ defaultUsername: "admin"
defaultPassword: "admin123" defaultPassword: "admin123"
torOnly: false torOnly: false
releaseNotes: >- releaseNotes: >-
This update includes several new features and bug fixes, including: This update includes several new features and improvements:
- Epub reader themes stored locally. - Added metadata extraction for audio files during upload
- Added font size switch to Epub reader. - Updated PDF viewer with improved functionality
- Allow sending to multiple kindle emails at once. - New upload interface with progress tracking and drag & drop support
- Update redirect for login/logout in case of anonymous browsing enabled to keep last visible page active. - Improved shelf sorting capabilities
- Log Forwarded for address in access log instead of client address for gevent. - Better contrast for epub reader in dark modes
- Error message for failed tasks is displayed in UI. - Enhanced support for multiple e-reader email addresses
- Search for custom int and float values within ranges. - Improved whitespace handling and string formatting
- Update to make upload of m4a and m4b files work. - Various improvements to the Kobo sync and browser experience
- Fixed error during debug logging on upload. - Multiple bug fixes for database handling and metadata operations
- Better error message on failed convert because of running calibre instance. - Enhanced support for Windows installations
- Updated pdf.js.
- Schedules reconnect is now working even if reconnect route is not available.
- Bugfix upload format with language to book without language.
- Fix wrong quotes on calibre binary call for windows during embed metadata on download/email etc.
- Fix CSP Header for reader and google drive.
- Fixed read status search with linked column in advanced search.
- Fix back function on simple search.
- Fix archiving books from calibre-web side.
- Security Fix: Cookies are no longer stored for OPDS basic authentication and proxy authentication.
Full release notes can be found here: https://github.com/janeczku/calibre-web/releases Full release notes can be found here: https://github.com/janeczku/calibre-web/releases
submitter: Xosten submitter: Xosten
submission: https://github.com/getumbrel/umbrel-apps/pull/74 submission: https://github.com/getumbrel/umbrel-apps/pull/74