Skip to content

v3.0.9

Choose a tag to compare

@github-actions github-actions released this 11 Jul 14:33
· 22 commits to main since this release

Fixed

  • macOS: lazy file paste now works. If you had lazy_paste enabled, pasting a copied file with Cmd+V could silently fail and never work again for that item — you'd always fall back to the "받기"/Receive button. Root cause: macOS only fires the paste callback once per copy, and a timing guard meant for Windows was rejecting that one call as a false "peek." Fixed for macOS specifically; Windows/Linux behavior is unchanged.

Added

  • macOS Intel builds. Previously Apple Silicon only — this release adds a native Intel Mac build alongside it.

Improved

  • Faster clipboard image handling — removed an unnecessary encode/decode round-trip when snapshotting copied images for transfer.

Full Changelog: v3.0.8...v3.0.9