Releases: noembryo/KoHighlights
Releases · noembryo/KoHighlights
KOHighlights v1.4.0.0
- 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
- 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
- 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
- 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
- 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
- Changed:
- Code refactoring.
- Fixed:
- Comments in highlights with more than one lines could not get changed.
KoHighlights v0.9.0.0
- 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
- 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
- Added:
- Option to sort highlights by Date or Page (in "Books" view).
KoHighlights v0.6.1.0
- 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).