Releases: harmtemolder/koreader-calibre-plugin
Releases · harmtemolder/koreader-calibre-plugin
v0.6.8
What's Changed
- Do not edit raw sidecar when restoring to KOReader by @harmtemolder in #52
- fix: convert bookmarks from array to object on old sidecars by @TheOnlyWayUp in #51
- Do not mark as failed if book id is not found in calibre db by @kyxap in #59
New Contributors
- @harmtemolder made their first contribution in #52
- @TheOnlyWayUp made their first contribution in #51
Full Changelog: v0.6.7...v0.6.8
v0.6.7
What's Changed
- Adding script for md to bb converter by @kyxap in #39
- Adding issue template for a bug and feature request by @kyxap in #40
- Updating bug_report and feature_request with latest fields by @kyxap in #41
- Fix for checkbox sync if more recent by @kyxap in #42
- Bug template: multi selection for dropdown by @kyxap in #43
- Release prep for v0.6.7 by @kyxap in #44
Full Changelog: v0.6.6...v0.6.7
v0.6.6
v0.6.5
v0.6.4
v0.6.3
What's Changed
First release after sync with @kyxap fork which includes:
- fixed bookmark parsed used old method kyxap#4
- new action in makefile: release
- ui text upd
- readme upd (fixed link to gitlab)
- better html formating for highlights/notes
- no
updated
in result pop up - re-worked logic for results
- added skipped files, "system files" usage
- error on any sync issue
- mode debug, some format fixes
- show details did not show book details
- path os check for wireless usage
- Extract side_car statuses for parsing logic
Full Changelog: v0.5.2-beta...v0.6.3
v0.5.2-beta
Many thanks to @elmodor and igorius for their help!
Added
- Added config option to only sync if the metadata is newer than the data stored in calibre (will fallback to "Percent read column" if no "Date Modified column" exists or can not be obtained)
- Added config option to not sync if the book has already been marked as finished (via "Percent read column" or "Reading status column")
- Added a yes/no column for read status (based on changes from igorius at MobileRead)
Changed
- Pylint cleanup
- Update README to match new columns
- Update dummy device and library to match new columns
Fixed
- Fixed crash for wireless connected devices while trying to get the "Date Modified column" value
- Fixed setting correct sync status for
column_status
if no status is sent from KOReader
v0.5.1-beta
Added
- Add support for Date Synced column (stores date of last sync from KOReader to calibre)
- Add support for Date Modified column (stores date modified of KOReader sidecar)
Changed
- Standardized results message format
- code cleanup to pass linting
Fixed
- Error in results message
- Fix error in debug_print definition
v0.5.0-beta
Added
- Add "Sync Missing Sidecars to KOReader" functionality
Changed
- Vendor in
slpp.py
instead of adding it as a separate dependency to reduce fragility