[snap] refactoring: String formatting method

This commit is contained in:
Vinicius Moreira
2021-12-10 11:14:16 -03:00
parent 34d5234977
commit f34db97661
5 changed files with 32 additions and 29 deletions

View File

@@ -10,11 +10,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- allowing AUR packages to be installed when bauh is launched by the root user [#196](https://github.com/vinifmor/bauh/issues/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
## [0.9.22] 2021-11-30
### Improvements
- General