Calibre Web v0.6.9 Release Notes
Release Date: 2020-09-27 // over 2 years ago-
New features:
- ๐ Changed color of rating stars
- Reenabled m4a, m4b audio playback
- โ Added route to robots.txt
- ๐ Changed behavior delete books with subfolders (additional warning message, but book is deleted)
- Program info only visible in about section if user is admin
- Custom ratings of increment 0.5 are allowed
- ๐ Support multiple authors on kobo sync (not working for every Kobo Reader)
- Floating point numbers showing 2 decimals on details page
- ๐ Change settings database gdrive watch to JSON (minimum sqlite version is the 2015 released V3.9)
- ๐ Improved author names detection during for upload
- Parse Amazon_* identifiers
- โ Added hint for missing ghostcript on cover extraction
๐ Bug Fixes:
- White background on transparent covers instead of black one during upload
- ๐ Fix for errors editing/uploading books with duplicate tags/authors/language names
- ๐ Fix for xx is not a valid language" on upload
- ๐ Fix get metadata, typo, if no result from google
- ๐ Fix for immediate logout with login?next="/logout"
- Stay logged in with enabled remember token, use remember token
- Guests can access public shelfs
- Hide listen button if user has no read/listen permissions
- Author name is shown again in change book order page for shelfs
- Shelf download menu is working for books with more than one format
- Text in Kobo Auth Screen is consistent now
- Reading progress for Kobo is stored correct
- ๐ Fix Kobo links for reverse proxies with subdomains
- ๐ Fix Kobo sync if one of the timestamps is outside year 1970 to 2038
- โ Add fix for read only GDdrive file
- First request to GDrive fails no longer
- โก๏ธ Update error handling on callback and wording for GDrive
- Password generation for registering on python2 working again
- ๐ Calibre-web starting with installed and not activated gdrive denpendencies without internet connection again
- Catch some errors related to non writable settings db
- Handle improper migrated database with config_mature_content_tags NULL instead of ""
- ๐ Fixes for windows (moving files not allowed -> close pdf after metadata extracting)
- ๐ Reconnect is working again via web-route access
- ๐ Fix for error unrar binary not found
- ๐ Fix filenames (Escape "") for autodetect calibre excecutable on Windows
- Invalid LDAP Cert Path no longer crashes app
Previous changes from v0.6.8
-
New features:
- Cover view in lists selection
- โก๏ธ Updated comic api (using now also unrar instead of unrarlib) -> needs manual update via pip
- ๐ Updated comic api now also extracts metadata from cbt files
- .png and webp pictures are extracted as cover pictures from comic books
- Config option for limiting email size
- Config option for changing upload formats
- โ Added Epub to Kepub conversion using kepubify
- Automatic .kepub.epub ending if downloading books using kobo reader
- ๐ Fimally removed KindleGen
- Autodetect calibre converter, unrar binary and kepubify on first startup
- โ Add "asin" to recognized identifiers
- โ Added config option for automatic username during registration
- ๐ Changed supported audio files
- ๐ Improved error handling for cover upload from url
- ๐ Metadata.db is now automatically removed of database location string
- ๐ linked readstatus to calibre custom column is now excluded automatically from view
- Prevent empty series_index field
- Deactived Archived books in sidebar, deactivate all archived books functions
๐ Bug Fixes:
- Upload books with python2 is possible again
- ๐ Spanish translation no longer crashs the app in config settings
- ๐ Fixed covers for archived books not shown
- ๐ Fixes for readonly metadata.db
- ๐ Improved debug output on send emails
- ๐ Fix for private shelfs are listed twice in "add to shelf" dropdown menu in search results
- ๐ Fix for importing ldap users with whitespaces in the name
- ๐ Fix for tags with "&" in the name can't be removed from visibility restrictions
- ๐ Fix for kobo sync errors out if read/unread books had been present in app.db during initial database migration
- ๐ Fix error 500 on reset password in debug mode
- ๐ Fix for Kobo sync not working if series is given, but no series_index
- ๐ Fix for saving settings with enabled gdrive metadata watch led to crash
- โ Added missing float custom column to search form
- ๐ Better detection of localhost for kobo sync
- ๐ Fix XML parsing error when using OPDS feeds
- ๐ Fix for >1000 read books lead to error 500 in read menu
- ๐ฒ Fix for failed recovery of config_logfile and config access_log, in case folder of logfiles is not present anymore