Skip to content

v0.8.0

Compare
Choose a tag to compare
@felipecrs felipecrs released this 13 Apr 17:34
· 177 commits to master since this release

New Features

  • You can now selectively disable what to send and what to receive (#7):
    9MdIMgLyoR

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.
  • When two computers sends the clipboard at the same time, they would not read the clipboard from each other. Now, the computer that receives the clipboard will read the clipboard from the other computer.

Bug Fixes

  • It is now very less likely that Clipboard Sync will miss a new incoming sent.
  • Clipboard files are no longer sent to trash bin (which was only happening on Windows with the OneDrive client) (#19)

Dependencies

  • Upgrade Node used in build time from 16 to 18
  • Upgrade NPM used in build time from 8 to 9
  • Minor upgrades to other dependencies