Skip to content

v0.9.0

Compare
Choose a tag to compare
@felipecrs felipecrs released this 27 Aug 05:57
· 167 commits to master since this release

Changes

  • We now use @parcel/watcher instead of chokidar for watching the file system, just like VS Code. This should make Clipboard Sync lighter in resources and more reliable.
    • If this sounds familiar to you, that's because this change has been made before, but it was reverted because it was causing issues.
    • However, this time we are using Watchman as a backed for @parcel/watcher, which should make it more reliable. VS Code itself does the same.
  • Now, each computer running Clipboard Sync will maintain a file to indicate whether that computer is receiving clipboards or not. Then, Clipboard Sync on other computers will not try to send clipboards to that computer if it is not receiving clipboards.
    • This should save resources and bandwidth when one of the computers does not have Clipboard Sync running.
    • Also, this should prevent OneDrive in other computers from sending files to trash bin when the other computer has OneDrive opened but Clipboard Sync is not running.

Bug Fixes

  • It is now very less likely that Clipboard Sync will miss a new incoming sent.

Dependencies

  • Upgrade Electron from 25 to 26
  • Minor upgrades to other dependencies

Full Changelog: v0.8.1...v0.9.0