[flatpak] improvement: removed some unneeded API calls when listing updates (cli/tray)

This commit is contained in:
Vinicius Moreira
2022-02-28 16:26:42 -03:00
parent 94af5a04d1
commit a92e0440c3
3 changed files with 38 additions and 51 deletions

View File

@@ -18,6 +18,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- removing the "%U" parameter before launching applications to prevent error messages
- minor code refactoring
- Flatpak
- cli/tray: removed some unneeded API calls when listing updates [#234](https://github.com/vinifmor/bauh/issues/234)
- UI
- upgrade summary dialog size
- displaying tips for some custom actions (on mouse hover)