Releases: JPEWdev/pyhid-usb-relay
Releases · JPEWdev/pyhid-usb-relay
v1.2.0
What's Changed
- Add Tests by @JPEWdev in #10
pyhid-usb-relay
CLI tool now supports a--version
argument- Switched from using poetry to hatch
- Tool can now be invoked as a module e.g.
python3 -m pyhid_usb_relay
- The version of the relay from the USB device descriptor is now captured and is displayed in the CLI tool, e.g.:
$ pyhid-usb-relay enum
Board ID=[JPEW0] ver 1.2, State: 00
Full Changelog: v1.0.1...v1.2.0