You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.