Skip to content

Releases: JPEWdev/pyhid-usb-relay

v1.2.0

20 May 14:11
Compare
Choose a tag to compare

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

v1.0.1

31 Oct 16:06
Compare
Choose a tag to compare

In this release

  • Fix a bug where older versions of python on Windows could not load libusb-1.0.dll

v1.0.0

30 Oct 16:24
Compare
Choose a tag to compare

First stable release.

In this release:

  • Fixed Windows support

v0.1.1

04 May 18:36
Compare
Choose a tag to compare

In this release:

  • Fixed a bug where a short serial number (less than 5 characters) was not handled correctly

v0.1.0

09 Sep 15:34
Compare
Choose a tag to compare

New in this release

  • Added ability to set relay serial number

v0.0.1

08 Jun 15:21
Compare
Choose a tag to compare

First release