* Re-package with different build system because updates were not showing up on PyPI
0.15.0
* `linux.DDCUtil` now uses the `--async` command line flag * Improved test suite * Improve duplicate filtering in OS specific `list_monitors_info` functions * Fix `helpers.logarithmic_range` returning empty list when range bounds were 1 apart * Fix listing and filtering monitors by method * Remove deprecated `linux.XRandr.get_display_interfaces` function
0.14.2
* Fix `filter_monitors` not correctly raising `LookupError` when no monitors were found * Fix tests for `helpers._monitor_brand_lookup`
0.14.1
* Fix filtering by index in `filter_monitors` * Add `check_output` helper function to `helpers.py` for calling commands. * Caching tweaks
0.14.0
* Logarithmic brightness scaling in `fade_brightness` * Sped up `linux.XRandr.get_display_info` * Improve `linux.SysFiles` and `linux.Light` display compatibility * Retry DDCUtil commands up to 10 times (18) * Allow `filter_monitors` up to 3 retries (18) * Remove deprecated `EDID.parse_edid` method * Remove deprecated `linux.XBacklight` class * Deprecated `linux.XRandr.get_display_interfaces`
0.13.2
* Fix DDCUtil brightness units out of range (17) * Fix I2C brightness units out of range