Skip to content

Releases: joshuar/gokbd

v0.3.1

24 Oct 10:18
46a193b
Compare
Choose a tag to compare

0.3.1 (2023-10-24)

Bug Fixes

  • keyboard: better handling of context cancellation (bc3c4ea)
  • keyboard: ensure context is passed further down (f8e5ac2)

v0.3.0

24 Oct 05:18
a10f20d
Compare
Choose a tag to compare

0.3.0 (2023-10-24)

Features

  • keyboard: support contexts (842874e)

v0.2.1

26 Jun 04:37
da07626
Compare
Choose a tag to compare

0.2.1 (2023-06-26)

Bug Fixes

  • capabilities: revert to real UID as needed (04167f8)

v0.2.0

25 Jun 00:38
aaa19dc
Compare
Choose a tag to compare

0.2.0 (2023-06-25)

Features

  • use setuid/setgid for uinput device creation (3547eff)

v0.1.1

03 May 23:05
536724e
Compare
Choose a tag to compare

0.1.1 (2023-05-03)

Features

  • keyboard: add a Grab function to grab a virtual keyboard for exclusive use (0ae0b1c)
  • keyboard: extract grab logic into general function for real/virtual keyboards (8ef01b8)

Bug Fixes

  • examples: utilise exposed device node in examples (5739deb)

Miscellaneous Chores

v0.1.0

03 May 04:44
ba8696d
Compare
Choose a tag to compare

0.1.0 (2023-05-03)

Features

  • examples: rewrite snoop example to use a virtual keyboard (7b53e19)
  • keyboard: add a SnoopKeyboard (single keyboard) function (5b0a50d)
  • keyboard: expose errors for Type* functions (3d9be9a)
  • keyboard: OpenKeyboardDevice now exposes an error when it fails (d21756a)
  • keyboard: reduce sleep time in sending keys to a virtual keyboard (262b1bf)
  • logging: switch to zerolog for logging (42ecac3)

Bug Fixes

  • examples: add delays to see the results of the example more clearly (824dce4)
  • examples: fix logging in snoop example (f7e8f16)
  • keyboard: adjust timing for initialising virtual keyboard (909ca1a)
  • keyboar: remove unused (experimental) function (f6d0876)

Miscellaneous Chores