Skip to content

v0.11.0

Compare
Choose a tag to compare
@felipecrs felipecrs released this 17 Mar 19:19
· 138 commits to master since this release

What's Changed

  • Use Node.js file watcher rather than @parcel/watcher and watchman (#41)
    • This prevents terminal windows from spawning during initialization
    • Also fixes an issue where watchman.exe would be kept running even after closing Clipboard Sync
  • Avoids sending the same clipboard if it was last sent in less than 10 seconds ago
    • This should help cases where the client that receives the clipboard automatically sends it to the computer writing the clipboard through mechanisms other than Clipboard Sync itself
  • Update Electron from 28.2.1 to 29.1.4
  • Update other minor dependencies

Full Changelog: v0.10.5...v0.11.0