All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.14.1 - 2023-07-15
- Fixed MBCS string support for
windows
(MURAOKA Taro).
0.14.0 - 2023-06-05
- Added missing optional APIs for
windows
.
- Imported 0.14.0 sources from libusb/hidapi.
0.13.3 - 2023-02-27
- Added libusb backend support for
linux
.
0.13.2 - 2023-01-31
- Improved
lshid
device information formatting.
go.mod
now correctly referencesgo1.17
.
0.13.1 - 2023-01-09
- Updated
lshid
flags;-verbose
has been renamed to-V
. - Imported 0.13.1 sources from libusb/hidapi.
0.13.0 - 2023-01-06
- Imported 0.13.0 sources from libusb/hidapi.
0.12.4 - 2022-12-23
- Guaranteed
hid.Device
satisfiesio.ReadWriteCloser
.
0.12.3 - 2022-12-20
- Added
/usr/local/lib
to library search path on FreeBSD.
0.12.2 - 2022-12-20
- Renamed
hid.InterfaceAny
tohid.InterfaceNbrAny
for consistency.
0.12.1 - 2022-12-19
- Added missing optional APIs for
darwin
andfreebsd
. - Improved error reporting.
0.12.0 - 2022-12-18
- Imported 0.12.0 sources from libusb/hidapi.
0.8.0 - 2022-12-18
Historical release based on the original HIDAPI, updated to support Go Modules. See https://github.com/signal11/hidapi for details.