Releases: golang-design/hotkey
Releases · golang-design/hotkey
v0.4.1
28 Dec 13:06
Compare
Sorry, something went wrong.
No results found
Improve documentation without any functional changes.
Full Changelog : v0.4.0...v0.4.1
v0.4.0
26 Nov 14:16
Compare
Sorry, something went wrong.
No results found
v0.3.0
04 Jan 19:10
Compare
Sorry, something went wrong.
No results found
This version solves multiple limitations from the previous release.
The package can work with Fyne, Ebiten, Gio, Glfw, or even simple Go applications. Instructions and examples are provided.
This release contains breaking changes and bug fixes, but the migration is expected low due to the simplicity of the API design.
Registered hotkeys can be unregistered at runtime (#7 ).
Hotkeys trigger key down events and can trigger key up events (#9 ).
v0.2.1
20 Sep 15:50
Compare
Sorry, something went wrong.
No results found
This version improves the error message when CGO_ENABLED is set to 0.
v0.2.0
29 Aug 16:55
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Hotkey registration on windows bug fix
v0.1.1
27 Feb 11:22
Compare
Sorry, something went wrong.
No results found
Explicit typing for modifier constants
v0.1.0
27 Feb 11:16
Compare
Sorry, something went wrong.
No results found
Initial release
Cross-platform support
Support register a global hotkey