Skip to content

v2.1.0

Compare
Choose a tag to compare
@Antiz96 Antiz96 released this 20 Jun 18:40
· 61 commits to main since this release
v2.1.0
c79444f

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 or run0) by @Antiz96 in #175
  • Add the --show-config option that displays the current configuration file by @Antiz96 in #177

Fixes

  • Assign the STATE_FILE var before it is accessed in arch-update-tray.py script by @Antiz96 in #174

Full Changelog: v2.0.2...v2.1.0