/etc/randrctl
directory is now probed for config and profiles if there's no randrctl config in home dir
- deprecation/security warnings caused by outdated pyyaml dependency
- regression where hooks were not applied
- regression where profiles with no
primary
field were considered invalid
setup
command to assist in randrctl setup- new bash completion generated from application code
-d
option to detectDISPLAY
if executed by udev
- python 3.7 compatibility
- migrated from
packit
topbr
(should fix installation issues) - undesired rounding of refresh rate (#15)
- outdated zsh and bash completion files. bash completion can be generated with
zsh users can enable bash completion support by adding to
randrctl setup completion
.zshrc
autoload bashcompinit bashcompinit
- obsolete
randrctl-auto
wrapper script. Userandrctl -d
instead
- exception during
randrctl dump
-v
option is replaced withversion
command. Userandrctl version
instead ofrandrctl -v
- regression #13
- support for
config.ini
. Please migrate toconfig.yaml
- support for configuration in
/etc/randrctl
- support for configs in yaml format (#11)
- configs in INI format are now deprecated (#11)
- overwriting existing config when there are no profiles (#9)
list -s
to print only matching profiles with their scores #8
- Bug where profiles without
match
section were considered for auto-matching
- This changelog file
-
Profiles are now stored and displayed in YAML format.
Conversion of existing profiles to new format is not required. There's also
-j
flag forshow
anddump
to use JSON format.