Skip to content

Releases: golang-design/hotkey

v0.4.1

28 Dec 13:06
Compare
Choose a tag to compare
  • Improve documentation without any functional changes.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

26 Nov 14:16
a5dde31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

04 Jan 19:10
Compare
Choose a tag to compare

This version solves multiple limitations from the previous release.

  1. The package can work with Fyne, Ebiten, Gio, Glfw, or even simple Go applications. Instructions and examples are provided.
  2. This release contains breaking changes and bug fixes, but the migration is expected low due to the simplicity of the API design.
  3. Registered hotkeys can be unregistered at runtime (#7).
  4. Hotkeys trigger key down events and can trigger key up events (#9).

v0.2.1

20 Sep 15:50
Compare
Choose a tag to compare

This version improves the error message when CGO_ENABLED is set to 0.

v0.2.0

29 Aug 16:55
Compare
Choose a tag to compare

This version brings the following updates and requires Go 1.17:

  • Use runtime/cgo
  • Improve error message
  • Retry on Linux if hotkey failed

v0.1.2

26 May 07:54
Compare
Choose a tag to compare
  • Hotkey registration on windows bug fix

v0.1.1

27 Feb 11:22
Compare
Choose a tag to compare
  • Explicit typing for modifier constants

v0.1.0

27 Feb 11:16
Compare
Choose a tag to compare
  • Initial release
  • Cross-platform support
  • Support register a global hotkey