Releases: noembryo/KoHighlights
Releases · noembryo/KoHighlights
KOHighlights v1.7.5.0
- Added
- PySide6 support.
- Fixed
- "Find in Books" for a highlight was finding the book but did not select the highlight.
KOHighlights v1.7.4.0
- Fixed
- Some problems with relative paths in Linux.
KOHighlights v1.7.3.0
- Fixed
- Could not parse highlights due to changes in KOReader latest release.
KOHighlights v1.7.2.0
- Fixed
- This is a Windows only release that fixes the startup problem that v1.7.1.0 introduced. 😞
KOHighlights v1.7.1.0
- Added:
- This is a Windows only release that adds a portable mode for... Windows.
When KOHighlights runs in Portable mode, will use aportable_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 theProgram 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 theKoHighlights.exe
. - Run
KoHighlights.exe
with a-p
argument.
E.g. create a shortcut for theKoHighlights.exe
and add a space and a-p
argument at the end of the target filename.
- Run the
- This is a Windows only release that adds a portable mode for... Windows.
KOHighlights v1.7.0.0
- 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
- 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
- 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.
- "Show in Highlights" menu has a new entry, "Date Format", where you can customize the appearance of the date using format codes (info here).
- 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
- 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
- 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.