[arch] fix -> displaying packages removed from AUR as AUR packages

This commit is contained in:
Vinicius Moreira
2021-01-14 17:27:27 -03:00
parent 7d539e0838
commit b8dd5c84e4
11 changed files with 28 additions and 8 deletions

View File

@@ -35,6 +35,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Improvements
- Arch
- repositories/AUR search time (=~ -70%)
- new category to filter packages removed from AUR
<p align="center">
<img src="https://raw.githubusercontent.com/vinifmor/bauh-files/master/pictures/releases/0.9.12/aur_removed.png">
</p>
- Core
- saving settings time (=~ -11%)
- UI
@@ -46,6 +51,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- displaying "provided" repository packages on the search results (e.g: **nvidia** would appear as a package)
- calling pacman to read installed packages when "Repositories" and "AUR" properties are set to "false" (it would not display the packages, but the call was unnecessary being done)
- not displaying installed AUR packages when AUR support is disabled
- displaying packages removed from AUR as AUR packages
- downloading AUR index during the initialization process when AUR support is disabled
- Flatpak
- crashing when trying to retrieve size of runtimes subcomponents [#164](https://github.com/vinifmor/bauh/issues/164)