Releases: allie-wake-up/cli-clipboard
Releases · allie-wake-up/cli-clipboard
v0.4.0
v0.3.0
What's Changed
- Bump dependencies and remove unused dependencies by @piegamesde in #11
- add Linux instructions to README by @AliNisarAhmed in #12
New Contributors
- @AliNisarAhmed made their first contribution in #12
Full Changelog: v0.2.0...v0.3.0
v0.2.0
- Add clear method to ClipboardProvider
- Add LinuxClipboardContext that chooses WaylandClipboardContext or X11ClipboardContext and set the ClipboardContext type alias to it.
v0.1.0
Initial release with working wayland copy and tests passing on linux, macOS and windows.