Releases: aymanbagabas/go-nativeclipboard
Releases · aymanbagabas/go-nativeclipboard
v0.1.2
What's Changed
- Add clipboard_other.go stub for unsupported platforms by @Copilot in #11
- chore(deps): bump cross-platform-actions/action from 0.26.0 to 0.32.0 by @dependabot[bot] in #10
Full Changelog: v0.1.1...v0.1.2
v0.1.1
FreeBSD
This adds support for FreeBSD X11 environments. It also updates some packages and downgrades the minimal go.mod required version number.
What's Changed
- chore(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #2
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #3
- feat(deps): bump golang.org/x/image from 0.28.0 to 0.34.0 by @dependabot[bot] in #4
- Update Go version requirement from 1.25.4 to 1.24 by @Copilot in #6
- chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #1
- Add FreeBSD clipboard support via unified X11 implementation by @Copilot in #9
New Contributors
- @dependabot[bot] made their first contribution in #2
- @Copilot made their first contribution in #6
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Go Nativeclipboard
A cross-platform clipboard library for Go that works without cgo. This is a port of golang.design/x/clipboard that uses purego instead of cgo, enabling clipboard access without a C compiler.
Full Changelog: https://github.com/aymanbagabas/go-nativeclipboard/commits/v0.1.0