v2.3.0
Highlight
This release introduces the new arch-update --edit-config
option that allows you to edit the currently used arch-update.conf
configuration file (#209).
It also introduces the new DiffProg
option in the arch-update.conf
configuration file to allow users to choose their DIFFPROG of choice to visualize & edit differences when processing pacnew files within Arch-Update (#207).
Finally, it brings various improvements to the "News" function of the script to optimize it and avoid unexpected behaviors (#213).
Features
- Add the
--edit-config
option to edit thearch-update.conf
configuration file (#209) - (988ad2d) by @Antiz96 - Add the "DiffProg" option in arch-update.conf (#207) - (7c56d33) by @Antiz96
Fixes
- Optimize the "News" function and avoid unexpected behaviors (#213) - (a16a160) by @Antiz96
- Fix exit status code 7 for the --list option (#212) - (814c489) by @Antiz96
Documentation
- Various documentation improvements (#210) - (7a4eb4a) by @Antiz96
- Add the exit status 12 documentation in man pages (#208) - (3df5849) by @Antiz96
Full Changelog: v2.2.0...v2.3.0