Skip to content

Releases: felipecrs/clipboard-sync

v0.16.0

20 Aug 16:54
8a6f3f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0

12 Jul 16:50
Compare
Choose a tag to compare

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

08 Jul 15:34
Compare
Choose a tag to compare

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

10 Jun 23:32
Compare
Choose a tag to compare

What's Changed

  • Update Electron to 31

Full Changelog: v0.13.1...v0.13.2

v0.13.1

02 Jun 03:43
Compare
Choose a tag to compare

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

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