Skip to content

Commit

Permalink
Update calibre-web to 0.6.23
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Aug 6, 2024
1 parent b5da684 commit f901d3a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion calibre-web/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
APP_PORT: 8083

server:
image: linuxserver/calibre-web:0.6.22@sha256:49660a8890e2e4356cbc4b8874ff5ad1ebc40f647fdb2419fc289700affebcf0
image: linuxserver/calibre-web:0.6.23@sha256:f050ee5cb08905375f6e7341f3c838fe592c7ccca3771bdb6859e592d68d86af
stop_grace_period: 1m
environment:
- PUID=1000
Expand Down
29 changes: 21 additions & 8 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.22"
version: "0.6.23"
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 @@ -31,13 +31,26 @@ torOnly: false
releaseNotes: >-
This update includes several new features and bug fixes, including:
- 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.
- and more!
- Epub reader themes stored locally.
- Added font size switch to Epub reader.
- Allow sending to multiple kindle emails at once.
- Update redirect for login/logout in case of anonymous browsing enabled to keep last visible page active.
- Log Forwarded for address in access log instead of client address for gevent.
- Error message for failed tasks is displayed in UI.
- Search for custom int and float values within ranges.
- Update to make upload of m4a and m4b files work.
- Fixed error during debug logging on upload.
- Better error message on failed convert because of running calibre instance.
- 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/tag/0.6.22
Full release notes can be found here: https://github.com/janeczku/calibre-web/releases/tag/0.6.23
submitter: Xosten
submission: https://github.com/getumbrel/umbrel-apps/pull/74

0 comments on commit f901d3a

Please sign in to comment.