Skip to content

Releases: fpoussin/QtUsb

v0.7.0

24 Mar 11:49
3901b4a
Compare
Choose a tag to compare
  • 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

30 Dec 15:04
97cacd5
Compare
Choose a tag to compare
  • Updating hidapi to v0.10.1

v0.7.0-beta3

17 Dec 16:11
70c78d0
Compare
Choose a tag to compare
  • Update libusb to v1.0.24
  • Fix msvc config header
  • Fix (undef) msvc "interface" define

v0.7.0-beta2

24 Nov 19:42
2fe5813
Compare
Choose a tag to compare
  • 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

31 Aug 22:23
e9652f8
Compare
Choose a tag to compare
  • Fixed missing meta type registration (used for signals/slots)

0.6.5

17 Aug 13:39
34d9203
Compare
Choose a tag to compare

Fix for potential deadlock

0.6.4

11 Aug 22:37
ce774b0
Compare
Choose a tag to compare
  • Fixed typo in bmRequestType enum

0.6.3

10 Jun 11:35
0895ddb
Compare
Choose a tag to compare
  • Fix for pkg-config on Mac OS

0.6.2

18 Mar 10:28
Compare
Choose a tag to compare
  • 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

16 Mar 10:33
Compare
Choose a tag to compare
  • Bug fix
  • Cleaned static lib code
  • 3rd party libs are now built directly within the project