v2.1.0
If you haven't already, please read the v2.0.0
changelog which contains important information.
Highlight
This release introduces support for the new systemd run0
command for privilege elevation (in addition of the already supported sudo
and doas
commands).
If you have multiple of those commands installed on your system, you can now specify which one Arch-Update should use via the new PrivilegeElevationCommand=[Cmd]
option in the arch-update.conf
configuration file (for instance: PrivilegeElevationCommand=doas
).
Finally, the new arch-update --show-config
option allows to display the current configuration file (if it exists), which will ease the process of sharing configuration files in bug reports for debug/analyses purposes.
Features
- Add support for systemd run0 by @Antiz96 in #172
- Add an option in the configuration file to explicitly set which command to use for privilege elevation (
sudo
,doas
orrun0
) by @Antiz96 in #175 - Add the
--show-config
option that displays the current configuration file by @Antiz96 in #177
Fixes
Full Changelog: v2.0.2...v2.1.0