[flatpak] able to differentiate system and user updates for Flatpak >= 1.5

This commit is contained in:
Vinícius Moreira
2020-01-13 11:51:28 -03:00
parent 4144631f49
commit 23941015c2
3 changed files with 11 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.8.1]
### Features:
- Flatpak:
- allow the user to choose the installation level: **user** or **system**
- allow the user to choose the application installation level: **user** or **system**
- able to deal with user and system applications / runtimes
- able to handle partial updates for Flatpak >= 1.5
- new configuration file located at **~/.config/bauh/flatpak.yml** ( it allows to define a default installation level )
@@ -23,17 +23,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- only centralizing the panel for the first refresh
### Fixes
- missing categories i18n [48](https://github.com/vinifmor/bauh/issues/48)
- missing categories i18n [#48](https://github.com/vinifmor/bauh/issues/48)
- Web:
- not handling HTTP connection issues
- not passing the Home path as a String ( does not work in Python 3.5 )
- not passing the Home path as a String ( an exception happens for Python 3.5 )
- UI:
- not verifying if an icon path is a file
- minor fixes
- minor bug fixes
### UI
- Default **Type** icon removed from the Type filter to make the design more consistent with the Category filter.
- Default **Type** icon removed from the Type filter to make the design more consistent.
## [0.8.0] 2019-12-24
### Features