Skip to content

Releases: qiudaomao/clipboardSyncRelease

v0.1.19

Choose a tag to compare

@qiudaomao qiudaomao released this 10 Jul 10:28

macOS app renamed to ClipboardSync.app (was ClipboardSyncMac.app; auto-updated installs keep working — Sparkle matches by bundle id). Adds resilient update sources: when GitHub is unreachable the app now checks the self-hosted mirror at clipboardsync.fuzhuo.me and a jsDelivr mirror as fallbacks.

v0.1.18

Choose a tag to compare

@qiudaomao qiudaomao released this 10 Jul 09:09

Windows release v0.1.18.

v0.1.17

Choose a tag to compare

@qiudaomao qiudaomao released this 10 Jul 07:20

Smooth mouse control while clipboard images, files, or port-forward data are in flight: input now travels on a dedicated connection (same port, negotiated automatically; falls back seamlessly with older peers), and heavy encryption work moved off the thread that relays the mouse. Also adds Caps Lock support to input sharing in both directions.

v0.1.16

Choose a tag to compare

@qiudaomao qiudaomao released this 10 Jul 06:06

Smoother Mac-to-Windows control near screen edges: the Mac controller now freezes its local cursor while relaying input, so it no longer pins against physical screen edges (menu bar/notch, corners, Dock) and distorts pointer movement, and hand-back across the shared edge no longer sticks for a quarter second.

v0.1.15

Choose a tag to compare

@qiudaomao qiudaomao released this 10 Jul 04:59

Optimized menu structure and layout for a cleaner experience on both macOS and Windows.

v0.1.14

Choose a tag to compare

@qiudaomao qiudaomao released this 09 Jul 04:34
  • Clipboard history now shows a small thumbnail for copied images.
  • Send Files menu shows the copied file name, or grays out with "no file copied" when the clipboard has nothing to send.

v0.1.13

Choose a tag to compare

@qiudaomao qiudaomao released this 08 Jul 10:31

Work around a macOS 27 (Golden Gate) beta regression where synthetic clicks no longer focus the window under the cursor: remote clicks now explicitly activate and raise the target window before the click is delivered. No behavior change on macOS 26 and earlier.

v0.1.12

Choose a tag to compare

@qiudaomao qiudaomao released this 08 Jul 08:05

New: chunked, targeted file transfer

  • Send files of any size - the 10 MB limit is gone. Files stream disk-to-disk in 1 MiB chunks with per-file SHA-256 integrity verification, so a transfer either arrives byte-exact or fails visibly (no more silently corrupted pastes).
  • Pick the target device - "Send Files from Clipboard" is now a submenu listing online peers; files go only to the device you choose, and the server relays the data only toward that device.
  • Transfer progress shows in the status line on both sender and receiver.

Fixes

  • macOS client no longer drops the connection on messages over 1 MiB (large images/files).
  • WebSocket servers now handle fragmented messages correctly (RFC 6455 continuation frames).

Both devices should be updated to v0.1.12 for file transfers; older peers can still receive text/images.

Install on Windows: download and run ClipboardSyncWinSetup-v0.1.12.exe. Existing Windows installs update automatically through NetSparkle.

v0.1.11

Choose a tag to compare

@qiudaomao qiudaomao released this 08 Jul 04:37

feat: add port forward and auto start

Install on Windows: download and run ClipboardSyncWinSetup-v0.1.11.exe. Existing Windows installs update automatically through NetSparkle.

v0.1.10

Choose a tag to compare

@qiudaomao qiudaomao released this 08 Jul 02:05
  • Merged the Start/Stop menu items into a single toggle that follows the sync status
  • Added a Launch at Login option (macOS: Login Items via SMAppService; Windows: registry Run key)

Install on Windows: download and run ClipboardSyncWinSetup-v0.1.10.exe. Existing Windows installs update automatically through NetSparkle.