Skip to content

Releases: nathan-fiscaletti/key-logger

Version 1.0.7

01 Nov 09:10
Compare
Choose a tag to compare
Fixed issue with keyboardWindows

Fixed an issue with keyboardWindows that could cause old events to be
processed due to a missing check for ctx.Done()

Version 1.0.6

28 Oct 16:14
Compare
Choose a tag to compare
Linux Updates

- Moved linux keyboard detection into it's own package
- Added support for linux Repeat key events

Version 1.0.5

25 Oct 21:47
Compare
Choose a tag to compare
v1.0.5

added FindKey() helper function

Version 1.0.4

25 Oct 15:50
Compare
Choose a tag to compare
v1.0.4

Fixed linux issues

Version 1.0.3

25 Oct 15:08
Compare
Choose a tag to compare
v1.0.3

Updated README.md

Version 1.0.2

24 Oct 17:17
Compare
Choose a tag to compare
v1.0.2

fixed linux

Version 1.0.1

23 Oct 21:08
Compare
Choose a tag to compare
v1.0.1

Removed platform package

Version 1.0.0

23 Oct 21:04
Compare
Choose a tag to compare
v1.0.0

Updated modifier key logic