[fix][flatpak] updating application dependencies during updating and downgrading

This commit is contained in:
Vinícius Moreira
2020-01-13 16:05:43 -03:00
parent 4a26381c04
commit b76294b075
3 changed files with 4 additions and 6 deletions

View File

@@ -28,6 +28,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixes
- missing categories i18n [#48](https://github.com/vinifmor/bauh/issues/48)
- Flatpak:
- updating application dependencies during updating and downgrading
- Web:
- not handling HTTP connection issues
- not passing the Home path as a String ( an exception happens for Python 3.5 )