Added
- `setup` command to assist in randrctl setup
- new bash completion generated from application code
- `-d` option to detect `DISPLAY` if executed by udev
Fixed
- python 3.7 compatibility
- migrated from `packit` to `pbr` (should fix installation issues)
- undesired rounding of refresh rate (15)
Removed
- outdated zsh and bash completion files. _bash_ completion can be generated with
randrctl setup completion
_zsh_ users can enable bash completion support by adding to `.zshrc`
autoload bashcompinit
bashcompinit
- obsolete `randrctl-auto` wrapper script. Use `randrctl -d` instead