0.6.26
V 0.6.26 - Ismara
Added 5
- Enable multi-edit of books in the book list
- Add Instapaper configuration to Kobo sync
- Add Books button to EPUB reader to return to Calibre-Web
- Add page count display in EPUB reader
- Add an additional EPUB reader theme
Changed 4
- Rename Google Books Metadata provider
- Rename environment variable CACHE_DIR to CACHE_DIRECTORY
- Improve performance during certain search operations
- Replace archive icon with an open folder instead of a trashcan
Fixed 13
- Fix compatibility with Calibre 9
- Add certifi to requirements on macOS
- Fix read status not updating when a book is archived and a custom column is used
- Fix Caliblur theme display issues
- Add missing texts to the Caliblur theme
- Fix language icon in Caliblur theme
- Fix console remaining open when started on Windows via console, allowing Calibre-Web to be stopped even after an in-app restart
- Fix inability to download books from Calibre-Web OPDS in Readest 0.9.95
- Fix exclusion of shelves in advanced search
- Fix support for route kobo/auth/refresh
- Fix public registration not applying default allowed/denied tags to new users
- Fix mass removal of books from shelves
- Generate valid session cookie paths
Removed 1
- Remove invalid sort_param GET parameter
Security 1
- Prevent exposure of sensitive information in config_sql.py by no longer exporting API keys
New features:
- Enabled multi-edit of books in the book list
- Added Instapaper configuration to Kobo sync
- Renamed Google Books Metadata provider
- Renamed environment variable
CACHE_DIRtoCACHE_DIRECTORY - Improved performance during certain search operations (#3476)
- Added Books button to EPUB reader to return to Calibre-Web
- Added page count display in EPUB reader (e.g.
1/1234locations)
- Added an additional EPUB reader theme
Bug Fixes:
- Fixed compatibility with Calibre 9
- Added
certifito requirements on macOS (fixes #3385) - Fixed read status not updating when a book is archived and a custom column is used
- Fixed Caliblur theme display issues
- Added missing texts to the Caliblur theme
- Fixed language icon in Caliblur theme
- Fixed issue where the console remains open when started on Windows via console, allowing Calibre-Web to be stopped even after an in-app restart
- Fixed inability to download books from Calibre-Web OPDS in Readest 0.9.95 (iOS & macOS)
- Replaced archive icon with an open folder instead of a trashcan
- Fixed exclusion of shelves in advanced search
- Fixed support for route
kobo/auth/refresh - Fixed public registration not applying default allowed/denied tags to new users (#3522)
- Removed invalid
sort_paramGET parameter (#3447) - Generated valid session cookie paths (fixes #3459)
- Fixed mass removal of books from shelves (#3520)
** Security **
- Prevented exposure of sensitive information in
config_sql.py— API keys are no longer exported.