Skip to content

Releases: videbar/kobo-highlights

Version 1.0.3

02 Nov 17:11
Compare
Choose a tag to compare

Improved UTF-8 support, suggested by @MHee

Version 1.0.2

30 Oct 16:25
Compare
Choose a tag to compare

Minor improvements and new tests

Version 1.0.1

27 Jun 08:43
Compare
Choose a tag to compare

Fixed issue in which ebook without author information would throw an error. Now they add the string "Unknown author" instead.

Version 1.0.0

26 Jun 11:41
Compare
Choose a tag to compare

Some small changes have been made to how Kobo Highlights works under the hood:

  • It will now keep track of previously imported bookmarks in a hidden JSON file instead of trying to parse the markdown files. The JSON file is stored in the same directory as the markdown files.

  • The author information is now retrieved directly from the SQLite database. Previously Kobo Highlights assumed that the files in the ereader followed the file structure used by Calibre. According to that file structure each ebook file is placed in a directory named after the book author. This was a fragile approach since the file structure was not enforced unless Calibre was used exclusively to manage the ebooks.

Version 0.1.0

13 Jun 17:57
Compare
Choose a tag to compare

First release