Skip to content

Releases: noembryo/KoHighlights

KOHighlights v1.3.0.0

16 May 18:52
Compare
Choose a tag to compare
  • Added:
    • Option to sync/merge a loaded book with a metadata file from any location.
    • Option to recalculate (and re-save in the metadata) the MD5 for a book.
    • Option to open the selected book's metadata location with the system's file manager.
    • Keyboard shortcuts to copy selected highlights/comments.
  • Changed:
    • All found "metadata.lua" files are loaded (if more than one are present in the .sdr directory).
    • When checking if two books are the same (for sync/merge), the app now uses any MD5 present in the book's metadata, and if none exists, it calculates one.
  • Fixed:
    • Canceling export of highlights still opened a "Success" dialog.
    • Sometimes the modified date had decimal digits.
    • Some cosmetic bugs.

KOHighlights v1.2.2.0

23 Aug 19:46
Compare
Choose a tag to compare
  • Added:
    • Option to ignore the English articles at the start of the title while sorting.

This is the last update before some holidays..

KoHighlights v1.1.0.0

12 Aug 10:15
Compare
Choose a tag to compare
  • Added:
    • Option to merge highlights/sync position with the archived version (using right click on loaded book).
    • New "Rating" column.
  • Changed:
    • There is an optional question dialog when adding/merging books in the archive.
    • "Abandoned" book rows now have red text.
    • Single launch App.
    • No more Linux.x86 binary (nobody used it anyways...).
  • Fixed:
    • Some problems with drag&dropping books.
    • Wrong "Delete" button when in Archived mode.
    • Better Python 3 compatibility (for the .py version).

KoHighlights v1.0.0.0

31 Mar 16:46
Compare
Choose a tag to compare
  • Added:
    • New Archive mode. Using a local database in which we can add/upgrade any loaded book's metadata (with the highlights of course) that we get from the reader, and access it even if the reader is not connected.
    • We can now export to html from "Highlights" view too.
  • Changed:
    • The user interface has 2 modes now ("Loaded" and "Archived"). In any of these modes we can view the highlights using two views: as rows of "Books" or as rows of "Highlights".
  • Fixed:
    • Could not hide Comments while viewing or exporting highlights.
    • Drag & dropping multiple folders, was loading only the last one.

KoHighlights v0.9.1.0

13 Mar 21:49
Compare
Choose a tag to compare
  • Changed:
    • Code refactoring.
  • Fixed:
    • Comments in highlights with more than one lines could not get changed.

KoHighlights v0.9.0.0

11 Mar 17:04
Compare
Choose a tag to compare
  • Added:
    • Option to export highlights in HTML format.
    • Linux binaries now support the command-line interface.
  • Fixed:
    • The sorting direction (ascending-descending) sometimes was not saved.

KoHighlights v0.8.0.0

09 Mar 10:35
Compare
Choose a tag to compare
  • Added:
    • Option to change the size of the toolbar buttons with right-click.
    • Linux binaries for x86/x64 with PyInstaller.
    • The Python script has now a command-line interface for batch conversions.
  • Fixed:
    • The Python script can run with Python2/3.
    • Reloading the same files after clearing the book list, works now.

KoHighlights v0.7.0.0

03 Mar 10:06
Compare
Choose a tag to compare
  • Added:
    • Option to sort highlights by Date or Page (in "Books" view).

KoHighlights v0.6.1.0

01 Mar 21:36
Compare
Choose a tag to compare
  • Added:
    • Merging the highlights of a book that is read in two different devices is now possible (beta). It must be from the same reader engine though. Read about it here.
    • Syncing the reading position for a book that is read in two different devices is also possible now.
    • We can now edit highlight comments while in the "Highlights" view, using the right-click menu or double clicking.
    • From "Highlights" view, using the right-click menu, we can locate the current highlight to the "Books" view.
  • Changed:
    • When scanning a directory using the "Scan Directory" button, the previously loaded books are not unloaded from the list.
  • Fixed:
    • The same book's metadata are not loaded more than one time any more.
    • The book's description text is now read only (as it should).

KoHighlights v0.5.0.0

22 Feb 11:45
Compare
Choose a tag to compare
  • Added:
    • In "Highlights View", using the right-click menu, we can copy to clipboard the selected highlights/comments.
  • Changed:
    • Added "Tags" and "Description" to the "Book Info".
    • Removed "Total time" and "Status" from the "Book Info" because the relevant keys where removed from the more current KoReader versions' metadata.
  • Fixed:
    • Some highlights where missing when exported to text file.
    • Better handling of lua comments.