You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Improvements
Not breaking the application when a i18n (translation) key was not found
Adding all english (en) i18n keys to help people with the application translation
AppImage
AppImage updater daemon replaced by a default Python thread to reduce memory usage
AUR
The optimized makepkg.conf file is now generated at ~/.config/bauh/arch/makepkg.conf and passed as a parameter during package builds to not provoke the auto-merge of /etc/makepkg.conf and the old generated ~/.makepkg.conf.
(P.S: if your ~/.makepkg.conf was generated by bauh, consider deleting it as it will be useless for bauh now and may impact your other Arch compilation tools). Behavior discussed in #30.
Removing an unnecessary prepare step executed during dependency checking reducing the packages installation time. Also this step was preventing some packages to install due to its repeated execution ( e.g: xdman )
Now AUR packages are enabled by default, but a warning is displayed in the installation dialog
New command line argument to clean the configuration and cache files: --clean
Fixes
Flatpak
Ignoring no related updates ( there are some scenarios the updates are not listed due to warnings / suggestions related to some specific runtimes if the param --no-related is not informed )
UI
AUR
Textual dependencies replaced by read-only checkboxes on Required Dependencies confirmation dialog
Optional Dependencies installation dialog now has a type icon beside the dependency name