Skip to content

3.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 16:18
· 12 commits to main since this release

Complete Rewrite from Ground Up

  • Completely rewritten the plugin with new modular architecture and extend support to all kinds of backends.
  • Renamed to Sync Engine.
  • The plugin now transitions from a plugin to a platform: it allows module extension without modifying the plugin source, and provides comprehensive documentation and API on developing a module.
  • Sync Engine also extends beyond WebDAV with the S3-compatible backend support, more backends like Google Drive and Dropbox will become as easy as writing a module.
  • Plugin performance is greatly improved, enhancements include faster startup, and Anchored Asymmetric Storage that accelerates you every sync, benchmarks show that Sync Engine is around 100x faster than Remotely Save in daily sync scenario.
  • Countless of stability improvements and bug fixes.