Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@newAM newAM released this 09 Apr 16:16
· 162 commits to main since this release
3dfdd4a

Added

  • Added support for python 3.10.

Changed

  • Updated pyudev from 0.22 to 0.23.
  • Changed get_vcp_capabilities()["inputs"] from List[str] to List[Union[InputSource, int]].

Removed

  • Removed support for python 3.6 and 3.7.

Fixed

  • Increased the length limit for the capabilities string on Linux.
    • This fixes some occurrences of the "Capabilities string incomplete or too long" error.