0.9.23
Features
-
General
- new configuration file
/etc/bauh/gems.forbidden
can be used by system administrators/distribution package managers to disable the management of supported packaging formats globally (more on that here)
- new configuration file
-
Arch
- allowing AUR packages to be installed when bauh is launched by the root user #196
- it creates a non-root user called bauh-aur for building the packages (
useradd
andrunuser
commands must be installed)
- it creates a non-root user called bauh-aur for building the packages (
- allowing AUR packages to be installed when bauh is launched by the root user #196
Improvements
- code refactoring (String formatting method)
Fixes
- Arch
- not updating the view (GUI) status correctly after uninstalling a package whose PKGBUILD file was edited (specifically the name)
- missing error handling when hard requirements for optional dependencies cannot be found by pacman