Skip to content

v3.2.1

Compare
Choose a tag to compare
@complexspaces complexspaces released this 29 Aug 05:35
· 40 commits to master since this release

Fixed

  • Removed all leaks from the macOS clipboard code. Previously, both the get and set methods leaked data.
  • Fixed documentation examples so that they compile on Linux.
  • Removed extra whitespace macOS's HTML copying template. This caused unexpected behavior in some apps.

Changed

  • Added a timeout when connecting to the X11 server on UNIX platforms. In situations where the X11 socket is present but unusable, the clipboard initialization will no longer hang indefinitely.
  • Removed macOS-specific dependency on the once_cell crate.