- Now daemon sets FPS limit in MangoHud config directly, instead of replacing a whole line with
fps_limit=<value>
.
- Fixed a bug when daemon starts with unreadable config file.
- Fixed absent
[i]
prefix in $advice_on_option_error
.
- Fixed a bug when combined options like
-v-
are recognized as -v --
and daemon thinks that is fine, now daemon exits with an error in this case.
- Added
$advice_on_option_error
to error message when --lazy
specified w/o --hot
.
- Now daemon can recognize multiple spaces before and after equal symbol in config (e.g.
key = value
) and remove them properly.
- Now daemon checks for
$XDG_CONFIG_HOME/flux.ini
, $HOME/.config/flux.ini
and /etc/flux.ini
config files by default, instead of prefering for /etc/flux.ini
first.
- Small fixes and improvements.
Check commits 7764ca8 and 48c07dc.