Skip to content

Tags: golang-design/clipboard

Tags

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
go.mod: import golang.org/x/exp/shiny instead of golang.org/x/exp (#82)

This resolves ambiguous import errors when other packages import golang.org/x/exp/shiny directly.

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
windows: resolve image pixel alignment Windows (#39)

Co-authored-by: Changkun Ou <hi@changkun.de>

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
all: return a proper code at initialization (#33)

Co-authored-by: Brian Watts <brian.watts@virginmedia.co.uk>

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
android: remove unused package import (#26)

v0.6.1

Toggle v0.6.1's commit message
ios: fix import errors

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
all: add Init() method (#18)

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
all: add backward support for Go 1.16 (#13)

v0.5.2

Toggle v0.5.2's commit message
all: test 42 times of clipboard open

v0.5.1

Toggle v0.5.1's commit message
linux: retry if XOpenDisplay fails

v0.5.0

Toggle v0.5.0's commit message
tests: reorganize files