Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@felipecrs felipecrs released this 09 Apr 00:49
· 1 commit to master since this release

What's Changed

  • Add polling mode (#51), which is useful if the Clipboard Sync folder is on a network drive
  • Use chokidar instead of fs.watch (#51), which is more reliable and should lead to fewer duplicates and false events
  • Improve auto cleanup (#51)
    • Previously, auto cleanup would delete all files older than 5 minutes regardless of which computer created it
    • Now, auto cleanup will only delete files older than 5 minutes that were created by the current computer
    • And will also clean remaining files older than 10 minutes in case the other computer didn't delete them
    • Also, the unsync operation on every minute (Windows only) is now smart enough to not attempt to unsync files if they are not located in a OneDrive folder, which should prevent events from being firred when the Clipboard Sync folder is on a network drive

Full Changelog: v0.12.0...v0.13.0