Skip to content

Releases: golang-design/clipboard

v0.4.6

17 May 12:31

Choose a tag to compare

This is a duplicated version of v0.4.5 for letting sum.golang.org update their database.

v0.4.5

02 Apr 16:15

Choose a tag to compare

  • Fixes two issues on Windows, see 4cdf6cd for more details.

v0.4.4

25 Feb 12:48

Choose a tag to compare

  • Internal changes to the cgo implementation

v0.4.3

21 Feb 19:37

Choose a tag to compare

  • Internal issue fixes regarding using invalid Cgo pointers

v0.4.2

20 Feb 18:33

Choose a tag to compare

  • Fix Watch on Linux may fail on first read
  • Document users of the package

v0.4.1

20 Feb 18:06

Choose a tag to compare

  • Fix Watch on Linux may close due to multiple watchers on different types

v0.4.0

20 Feb 17:20

Choose a tag to compare

  • Add Windows support 🎉

v0.3.0

18 Feb 14:46

Choose a tag to compare

  • Add clipboard.Watch API
  • Permit write empty data to clear clipboard content
  • Rename clipboard.MIMEType to clipboard.Format
  • Rename clipboard.MIMEText to clipboard.FmtText
  • Rename clipboard.MIMEImage to clipboard.FmtImage
  • More tests, such as concurrent read test
  • Switch to MIT license 🎉

v0.2.0

16 Feb 07:52

Choose a tag to compare

  • API clipboard.Write returns a channel that can receive a signal when the previous write is no longer available from the clipboard.
  • Command gclip now have consistent behavior on Linux and macOS.
  • More detailed documentation regarding the usage of this package and the corresponding gclip command.

v0.1.3

15 Feb 17:06

Choose a tag to compare

  • Command support gclip, install using go install golang.design/x/clipboard/cmd/gclip@latest