You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can now selectively disable what to send and what to receive (#7):
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)