- Fixed broken StreamDeck XL communications on Linux. - Added blacklist for the ``libhidapi-hidraw`` system library which breaks StreamDeck Original communications.
0.6.1
- Fixed broken HIDAPI backend probing. - Fixed double-open of HID backend devices causing connection issues on some platforms.
0.6.0
- Added support for the ``HID`` Python package. This new HID backend is strongly recommended over the old HIDAPI backend. - Added auto-probing of installed backends, if no specific transport is supplied when constructing a DeviceManager instance.
0.5.1
- Fixed StreamDeck XL reporting swapped rows/columns count. - Fixed StreamDeck XL failing to report correct serial number and firmware version.
0.5.0
- Fixed StreamDeck devices occasionally showing partial old frames on initial connection. - Removed support for RAW pixel images, StreamDeck Mini and Original take BMP images. - Removed ``width`` and ``height`` information from Deck key image dict, now returned as ``size`` tuple entry.