Skip to content

Releases: noembryo/KoHighlights

KOHighlights v1.7.4.0

12 Jan 20:07
Compare
Choose a tag to compare
  • Fixed
    • Some problems with relative paths in Linux.

KOHighlights v1.7.3.0

01 Nov 21:47
Compare
Choose a tag to compare
  • Fixed
    • Could not parse highlights due to changes in KOReader latest release.

KOHighlights v1.7.2.0

26 Apr 11:00
Compare
Choose a tag to compare
  • Fixed
    • This is a Windows only release that fixes the startup problem that v1.7.1.0 introduced. 😞

KOHighlights v1.7.1.0

06 Apr 21:11
Compare
Choose a tag to compare
  • Added:
    • This is a Windows only release that adds a portable mode for... Windows.
      When KOHighlights runs in Portable mode, will use a portable_settings directory to store its settings, that is located inside the installation directory of the app.
      Because of this, it is advised to not install the app inside the Program Files folder if you indent to use it as portable.
      There are two ways to start the app in Portable mode:
      • Run the KoHighlights Portable.exe that is located next to the KoHighlights.exe.
      • Run KoHighlights.exe with a -p argument.
        E.g. create a shortcut for the KoHighlights.exe and add a space and a -p argument at the end of the target filename.

KOHighlights v1.7.0.0

09 Mar 13:08
Compare
Choose a tag to compare
  • Added:
    • Export highlights as markdown files.
    • Chapter title is available as part of the highlight data.
    • The document path from the metadata is used to locate the book if the .sdr folder is in the "DocSettings" directory of KOReader.
  • Fixed:
    • "Scan Directory" / "About" shortcuts weren't working.

KOHighlights v1.6.0.0

24 Nov 14:27
Compare
Choose a tag to compare
  • Added:
    • New toolbar button "Filter" to filter the current view's items by searching for keywords in Highlights and/or Comments and/or Book titles.
  • Changed:
    • Added an arrow to the "Archived" view button, to invoke a drop-down menu with actions for the Archive database (other than right-clicking on it)
  • Fixed:
    • Problem when exporting highlights from books with very long filenames (Github issue here)

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.