Releases: StrateimTech/HID-API
Releases · StrateimTech/HID-API
HID-API 3.0.0
What's Changed
- Require creation of own hid stream by @EthoIRL in a7bda61
- Fix hot reloading causing a busy loop by @EthoIRL in ca0265c
- Update to .NET 8 by @EthoIRL in d020dd0
- Multi-threaded state interoperability by @EthoIRL in 022343f
- Split custom gadget into two independent streams by @EthoIRL in 4242ffd
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
What's Changed
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
- 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
HID-API 1.0.0
Compiled all current code into a DLL class library!