Skip to content

0.5 Use dedicated settings key for Highlight Sync plugin

Latest
Compare
Choose a tag to compare
@gitalexcampos gitalexcampos released this 14 May 12:37
· 2 commits to master since this release

Previously, the plugin was incorrectly using the settings key from the KOReader "Statistics" plugin (statistics) to store its sync configuration.

This commit fixes that by introducing a dedicated settings key (highlight_sync_settings) specifically for the Highlight Sync plugin. This avoids potential conflicts or data overwriting, and keeps plugin settings properly separated.

Users' existing configurations will now be stored and loaded independently, improving stability and maintainability.