Skip to content

Releases: harmtemolder/koreader-calibre-plugin

v0.5.2-beta

22 May 09:48
e71f567
Compare
Choose a tag to compare

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

27 Dec 22:53
Compare
Choose a tag to compare

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

27 Dec 19:58
Compare
Choose a tag to compare

Added

  • Add "Sync Missing Sidecars to KOReader" functionality

Changed

  • Vendor in slpp.py instead of adding it as a separate dependency to reduce fragility

v0.4.1-beta

27 Dec 19:56
ca272a8
Compare
Choose a tag to compare

Changed

  • Use calibre's built-in UTC timezone (source), because tzdata isn't available on Windows (see #13)