Releases: fpoussin/QtUsb
Releases · fpoussin/QtUsb
v0.7.0
- Renamed QUsbInfo to QUsb as it has become a dependency to other classes
- Moved Id and Config classes to QUsb namespace
- Handling HID devices search from QUsb
- Updating embedded libusb/hidapi versions
v0.7.0-beta4
- Updating hidapi to v0.10.1
v0.7.0-beta3
- Update libusb to v1.0.24
- Fix msvc config header
- Fix (undef) msvc "interface" define
v0.7.0-beta2
- Fixed crash on startup
- Fixed MSVC compilation
- Rename QUsbInfo to QUsb as it's become a dependency
- Moving Id and Config classes to QUsb
- Handling HID devices search from QUsb
- Updating embedded libusb/hidapi versions
0.6.6
- Fixed missing meta type registration (used for signals/slots)
0.6.5
Fix for potential deadlock
0.6.4
- Fixed typo in bmRequestType enum
0.6.3
- Fix for pkg-config on Mac OS
0.6.2
- Replaced static library build mode with a static module build mode (even with a normal/official, dynamic Qt install) for better portability and ease of use
- Updated MSVC build script
0.6.1
- Bug fix
- Cleaned static lib code
- 3rd party libs are now built directly within the project