Skip to content

Releases: felipecrs/clipboard-sync

v0.13.0

09 Apr 00:49
Compare
Choose a tag to compare

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

08 Apr 19:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.2...v0.12.0

v0.11.2

27 Mar 21:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.11.2

v0.11.1

26 Mar 23:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

17 Mar 19:19
Compare
Choose a tag to compare

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

v0.10.5

01 Feb 18:37
Compare
Choose a tag to compare
  • Fix mysterious issue with the tray icon not showing on some Windows 10 computers after updating Clipboard Sync from 0.10.2 (due to a newer version of Electron) (#38)

    Note that will bring back the issue described at #28, at least until the underlying issue gets fixed by Electron.

Full Changelog: v0.10.4...v0.10.5

v0.10.4

01 Feb 18:14
Compare
Choose a tag to compare

What's Changed

  • Minor update to dependencies
  • Do not raise an error window when Clipboard Sync cannot search for updates (#37)
  • Internally optimize handling of parallel operations by improving the use of async/await, which should lead to less missed events and better performance

Full Changelog: v0.10.3...v0.10.4

v0.10.3

09 Jan 02:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v0.10.3

v0.10.2

29 Aug 05:28
Compare
Choose a tag to compare

What's Changed

  • Fix losing tray icon position after updates by @felipecrs in #30
  • Fix deletion of .is-reading.txt files from previous versions by @felipecrs in #32
  • Switch to Electron Vite to build application by @felipecrs in #31

Full Changelog: v0.10.1...v0.10.2

v0.10.1

27 Aug 19:44
Compare
Choose a tag to compare

What's Changed

  • Fix Clipboard Sync creating wrong "is-reading" files by @felipecrs in #29

Full Changelog: v0.10.0...v0.10.1