Skip to content

Releases: harmtemolder/koreader-calibre-plugin

v0.6.7

14 Aug 19:05
07ef544
Compare
Choose a tag to compare

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

09 Aug 18:56
Compare
Choose a tag to compare

What's Changed

  • Adding mobileread plugin thread to the readme, ver upd by @kyxap in #35
  • Fixing koreader to calibre rating by @kyxap in #37

Full Changelog: v0.6.5...v0.6.6

v0.6.5

05 Aug 13:06
Compare
Choose a tag to compare

What's Changed

  • Readme updated with latest changes, auto-format the text by @kyxap in #34
  • Enabling sync to koreader with exception catch for Permission issue to help with #28 by @kyxap in #32

Full Changelog: v0.6.4...v0.6.5

v0.6.4

31 Jul 15:08
07e9333
Compare
Choose a tag to compare

What's Changed

  • Updating mobileread links to new thread by @kyxap in #31

Full Changelog: v0.6.3...v0.6.4

v0.6.3

27 Jul 17:04
20ac77d
Compare
Choose a tag to compare

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
  • Sync @kyxap fork after receiving maintainer role in #27

Full Changelog: v0.5.2-beta...v0.6.3

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)