Version 3.0.0
Added
- Added support for python 3.10.
Changed
- Updated pyudev from 0.22 to 0.23.
- Changed
get_vcp_capabilities()["inputs"]
fromList[str]
toList[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.