Skip to content

v0.6.4

Latest

Choose a tag to compare

@C0rn3j C0rn3j released this 05 Aug 17:53
18ab983

This hotfix is only relevant for system installations via a package manager, the fixed issue does not affect you if you are using the AppImage or running from source.

Full Changelog: v0.6.3...v0.6.4


Hotfix release due to hidraw-pure conflicting with hidapi, breaking tools like liquidctl which relied on the hidraw backend from hidapi if it was detected available.

The library is now attempted to be loaded via:

  1. hidraw_pure - futureproofing, currently does not exist
  2. hidraw- current v1.2
  3. Finally, the re-vendored version is used if all fails.

The dependencies are now also correctly defined in pyproject.toml, so pip check works correctly.