Skip to content

Releases: StrateimTech/HID-API

HID-API 3.0.0

01 Dec 10:44
1e55cbb

Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...3.0.0

When updating make sure to update your report descriptor if you haven't already see custom_gadget.sh.

HID-API 2.1.0

02 Mar 04:05
6bdf980

Choose a tag to compare

What's Changed

  • Add support for mouse side buttons by @EthoIRL in #2

Full Changelog: 2.0.0...2.1.0

When updating make sure to update your report descriptor if you haven't already see custom_gadget.sh.
This update enables support for mouse side buttons (four, five) at that's it. (I'm looking to removing this manual step in the future)

HID-API 2.0

19 Nov 07:42
0e57f29

Choose a tag to compare

  • Implemented rwlock & lock to prevent race states & improve throughput
  • Switched to direct stream writing instead of using a binary writer
  • Better documentation

This project needs a rewrite... Spaghetti keyboard class...
Maybe backport some hid-api-rs features

Full Changelog: 1.1.0...2.0.0

HID-API

04 Mar 07:39
3dc6006

Choose a tag to compare

Changes:

  • Removed debug console messages.
  • Fixed HidHandler class being abstract & inaccessible.

HID-API 1.0.0

06 Feb 00:00
717a1a7

Choose a tag to compare

Compiled all current code into a DLL class library!