* Fixed `linux.list_monitors*` functions erroring out due to subprocess errors in called commands
0.7.2
* Fixed issues 7 and 8 * Made lower-level windows functions more consistant with their output types
0.7.1
* Patched issue 6
0.6.2
* Merged commit from drojf in issue 5, fixing `fade_brightness`
0.6.1
* Improved the way monitor manufacturers are processed * Fixed the CLI not working with single monitors * Fixed CLI not working with xbacklight * Fixed some inaccurate docstrings * If a monitor's brightness method fails `None` is added to the output instead of nothing. Output length should now always match length of `list_monitors()`
0.5.1
* Removed `screen_brightness_control.windows.WMI.get_display_serials` as it wasn't useful * Re-wrote most docstrings to be able to provide full documentation for the project, which is now hosted on https://crozzers.github.io/screen_brightness_control. I will add to it as I go