Skip to content

0.9.23

Compare
Choose a tag to compare
@vinifmor vinifmor released this 10 Dec 19:28
· 512 commits to master since this release
ad249b2

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)
  • 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 and runuser commands must be installed)

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