Skip to content

Releases: davidfor/calibre-annotations

Update to version 1.17.13

20 Jul 11:25
Compare
Choose a tag to compare
  • Fix: Qt6 compatibility - Yet another enum issue.

Update to version 1.17.12

19 Jul 12:56
Compare
Choose a tag to compare
  • Fix: Qt6 compatibility - Yet another enum issue.

Update to version 1.17.11

14 Jul 10:23
Compare
Choose a tag to compare
  • Fix: Qt6 compatibility - Another enum issue. Though I suppose it was actually a typo.

Update to version 1.17.10

14 Jul 08:23
Compare
Choose a tag to compare
  • 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

09 Jul 04:14
Compare
Choose a tag to compare

Fix: Qt6 compatibility - time conversions and column sort order

Update to version 1.17.6

30 Jun 11:32
Compare
Choose a tag to compare
  • 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

12 Apr 05:27
Compare
Choose a tag to compare

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

19 Jul 12:35
Compare
Choose a tag to compare

New: Add PocketBooks support - Thanks to @Wold.
Fix: Error "TypeError: unhashable type: 'SortableTableWidgetItem'" when importing from Kindle.
Fix: Error rendering annotations as HTML.
Fix: Change some handling of confidence generation as some devices have already matched the books.

1.15.0

04 Apr 04:01
Compare
Choose a tag to compare

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

26 Dec 13:03
Compare
Choose a tag to compare

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.