Merge branch 'staging' into modules

This commit is contained in:
Vinicius Moreira
2019-07-31 12:20:36 -03:00
3 changed files with 13 additions and 8 deletions

View File

@@ -15,11 +15,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- new environment variable / argument to enable / disable the tray icon and update-check daemon: FPAKMAN_TRAY (--tray)
- search results sorting takes an average of 35% less time, reaching 60% in some scenarios
- app boot takes an average of 80% less time
- showing a warning popup when no Flatpak remotes are set after initialization.
- showing a warning popup after initialization when no Flatpak remotes are set
### Fixes:
- apps table not showing empty descriptions
- replacing default app icons by null icons
- i18n fixes
- maximized window resize fix when filtering apps
- i18n
### Comments:
- not adding Flatpak default remote (flathub) when initializing. It requires root actions, and will be addressed in a different way in future releases.