Releases: golang-design/clipboard
Releases · golang-design/clipboard
v0.4.6
17 May 12:31
Compare
Sorry, something went wrong.
No results found
This is a duplicated version of v0.4.5 for letting sum.golang.org update their database.
v0.4.5
02 Apr 16:15
Compare
Sorry, something went wrong.
No results found
Fixes two issues on Windows, see 4cdf6cd for more details.
v0.4.4
25 Feb 12:48
Compare
Sorry, something went wrong.
No results found
Internal changes to the cgo implementation
v0.4.3
21 Feb 19:37
Compare
Sorry, something went wrong.
No results found
Internal issue fixes regarding using invalid Cgo pointers
v0.4.2
20 Feb 18:33
Compare
Sorry, something went wrong.
No results found
Fix Watch on Linux may fail on first read
Document users of the package
v0.4.1
20 Feb 18:06
Compare
Sorry, something went wrong.
No results found
Fix Watch on Linux may close due to multiple watchers on different types
v0.4.0
20 Feb 17:20
Compare
Sorry, something went wrong.
No results found
v0.3.0
18 Feb 14:46
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Command support gclip, install using go install golang.design/x/clipboard/cmd/gclip@latest