Releases: felipecrs/clipboard-sync
Releases · felipecrs/clipboard-sync
v0.16.0
What's Changed
- Add polling harder watch mode (for rclone and WinFSP mounts) by @felipecrs in #102
- Update dependency electron to v32 by @renovate in #101
- Update dependency electron-log to ^5.1.7 by @renovate in #92
- Update dependency execa to ^9.3.1 by @renovate in #98
- Update dependency semver to ^7.6.3 by @renovate in #90
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- Fix Restart OneDrive button when PowerShell execution policy is restricted by @felipecrs in #81
- Update dependency electron to ^31.2.0 by @renovate in #82
- Do not send clipboard to idle computers by @felipecrs in #77
- Do not send clipboard to stale computers by @felipecrs in #85
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- Add button to restart OneDrive client (Windows only) by @felipecrs in #76
- Update dependency electron-vite to ^2.3.0 by @renovate in #69
- Update dependency electron-store to v10 by @renovate in #65
- Update dependency electron to ^31.1.0 by @renovate in #70
- Update dependency vite to ^5.3.3 by @renovate in #74
Full Changelog: v0.13.2...v0.14.0
v0.13.2
v0.13.1
What's Changed
- Update Electron to 30
- Fix tray icon losing its position on Windows 11 (#28)
- This is still an issue on Windows 10 because of a bug in Electron
Full Changelog: v0.13.0...v0.13.1
v0.13.0
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
v0.12.0
What's Changed
- Remove leftover code needed by watchman by @felipecrs in #47
- Unsync files on Windows asynchronously by @felipecrs in #48
- Add support for macOS by @felipecrs in #49
Full Changelog: v0.11.2...v0.12.0
v0.11.2
What's Changed
- Fix clipboard not being read in some cases (again) by @felipecrs in #44
- Add logging to file by @felipecrs in #45
- Refresh dependencies by @felipecrs in #46
Full Changelog: v0.11.1...v0.11.2
v0.11.1
What's Changed
- Fix clipboard not being read in some cases by @felipecrs in #42
- Refresh dependencies by @felipecrs in #43
Full Changelog: v0.11.0...v0.11.1
v0.11.0
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