Skip to content

Releases: noembryo/KoHighlights

KOHighlights v1.5.0.0

01 Aug 12:39
Compare
Choose a tag to compare
  • Added:
    • "Show in Highlights" menu has a new entry, "Date Format", where you can customize the appearance of the date using format codes (info here).
      This influences the way the date is formatted when the highlights are exported, and the way its presented at the "Book Info" panel.
      It is not supported in the CLI side of the app though.
  • Fixed:
    • Exporting highlights to csv from "Highlights View" did not work.
    • Some display problem when the system uses a dark theme.

KOHighlights v1.4.4.0

20 Oct 10:56
Compare
Choose a tag to compare
  • Added:
    • A new column with the number of comments.
    • User's review is visible in "Book Info", if one exists.
  • Changed:
    • More checks are added to the highlight extraction from the metadata file.

KOHighlights v1.4.2.0

14 Jun 23:16
Compare
Choose a tag to compare
  • Added:
    • Right clicking the "Archived" button produces a menu with actions for the Archive database. That way we can use a database file that is located anywhere, even on the cloud.
  • Changed:
    • Exporting without the Page numbers but sorted "By Date" hung the app.
    • Exporting highlights from multiple books to individual files produced text files that contained html code or the opposite.

KOHighlights v1.4.0.0

21 Dec 17:02
Compare
Choose a tag to compare
  • Added:
    • Export highlights to csv is now supported (in GUI and CLI), using tabs as separators and double quotes ["] as text qualifiers.
  • Changed:
    • Selecting the exported file type/mode is done with popup questions.

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.