Closed Crozzers closed 3 years ago
Forgot to mention that linux.get_brightness_from_sysfiles
and windows.VCP.get_monitor_caps
are also deprecated. Due to late notice I'll remove them in v0.11.0
instead
v0.11.0
released. All deprecated functions/behaviours have been removed
The following behaviours are deprecated:
set_brightness
returning the new brightness. In the future it will returnNone
by default. This is because returning the new brightness often doubles the amount of time it takes to runset_brightness
The following functions were made redundant and are deprecated:
windows.set_brightness
windows.get_brightness
windows.list_monitors
windows.WMI.get_display_names
windows.VCP.get_display_names
linux.set_brightness
linux.get_brightness
linux.list_monitors
linux.Light.get_display_names
linux.XRandr.get_display_names
linux.DDCUtil.get_display_names
The following attributes are deprecated:
linux._EDID
EDIT: All of these deprecated items were removed in
v0.10.0