[fix][ui] not displaying some priority search results at the top of the table

This commit is contained in:
Vinícius Moreira
2020-02-17 18:33:25 -03:00
parent 32bc324118
commit 566478e279
2 changed files with 12 additions and 7 deletions

View File

@@ -3,16 +3,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.8.4] - 2020-02
### Improvements
- UI:
- UI
- treating multiple lines on the application's description displayed on the table
### Fixes
- Snap
- not able to launch applications on some distros ( e.g: OpenSuse )
- UI
- not displaying some priority search results at the top of the table
## [0.8.3] - 2020-02-13
## [0.8.3] - 2020-02
### Improvements
- New update lifecycle:
- now every package manager must provide all requirements before upgrading all selected packages ( can be disabled through the settings file **~/.config/bauh/config.yml** or the UI )
@@ -23,7 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- checking architecture dependencies (x86_64, i686)
- architecture dependencies are displayed on the info window as well
- optimizations to speed up zst packages building
- showing a warning messaging when trying to install / update / downgrade a package with the root user
- showing a warning message when trying to install / update / downgrade a package with the root user
- UI:
- **Settings** available as a tray action as well
- minor improvements