Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 May 04:44
ba8696d

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