Releases: davidfor/calibre-annotations
Update to version 1.17.13
Update to version 1.17.12
- Fix: Qt6 compatibility - Yet another enum issue.
Update to version 1.17.11
- Fix: Qt6 compatibility - Another enum issue. Though I suppose it was actually a typo.
Update to version 1.17.10
- Fix: Qt6 compatibility - Another enum issue.
- New: Enable support for import file chooser - thanks to @stbenjam
- Fix: Qt6 compatibility - Check boxes in the annotations import screen were not working.
Update to version 1.17.8
Fix: Qt6 compatibility - time conversions and column sort order
Update to version 1.17.6
- Change: Remove Qt compileUi as no longer used and blocking calibre6/Qt6.
- Fix: Missed a spot where need to use "current_friendly_name" for MTP devices
- Fix: PocketBook - Workaround issues with nulls in database and links.
- Fix: Change regex used for Kindle "Clippings.txt" to case insensitive. Kindle set to pt_BR uses lower case version of strings.
- Fix: Threadsafe method of getting device name for MTP devices on Linux.
Update to version 1.17.0
New: Added support for AlReaderX reader app on the Boox Android-based devices. Thanks to @aik099.
Change: Some code cleanup.
Fix: Handle change in Python collections library.
1.16.0
1.15.0
Fix: Spanish My Clippings.txt has "La" for the annotations.
Fix: Change method of getting books on device to use a search similar to what is used for Kobo and Tolino devices.
Fix: Sorting of annotations for kepubs on Kobo devices.
Fix: Opening My Clippings.txt should have been binary. Missed this when reverted earlier change.
Fix: Display more details of an exception when parsing My Clippings.txt.
Fix: Goodreader import not working.
Fix: Broke Python 2 support with the open when reading My Clippings.txt.
Fix: If already have book id in library, use confidence of 5.
Fix: Encode and decode the title from My Clippings.txt to remove the Unicode BOM character.
Fix: A couple of changes to solve some obvious problems with the Kindle fetch. Plus more logging.
Fix: Python 3 compatibility: Help dialogs.
Fix: Sorting columns in fetched annotations dialog.
1.14.0
Fix: Python 3 compatiblity: Replace use of "file" with "open".
Fix: Python 3 compatiblity: Sorting on the Annotations Import dialog.
Fix: Python 3 compatiblity: Completed work for tolinos and Kindles.
New: Add support for Sony devices. From @cibes.
Fix: Remove references to older calibre IPC code as that was removed in calibre 5.7.
Update: Various backend changed that should improve performance.