Skip to content

Version 3.1.0

Latest
Compare
Choose a tag to compare
@newAM newAM released this 11 Oct 02:46
· 48 commits to main since this release
26d2968

Added

  • Added get_color_preset and set_color_preset.
  • Added a description attribute with the physical monitors description to WindowsVCP.
  • Added support for python 3.12.

Fixed

  • Fixed parsing of nested capability groups.
  • Fixed TypeError raised from incorrectly catching ctypes.WinError instead of OSError.
  • Fixed the VCP backend ignoring return codes on Windows.
    Return codes are now checked and VCPError is raised when the API call fails.