CHANGELOG.md

This commit is contained in:
Vinicius Moreira
2019-09-16 15:45:29 -03:00
parent 51f1bf4d3d
commit 227e417491

View File

@@ -5,6 +5,10 @@ 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.6.0]
### Features
- Theme / style selector via UI (environment variable / parameter BAUH_THEME (--theme) removed)
- New "Installed" button: quickly retrieves the installed packages without a full refresh
### Improvements:
- Reading installed Snaps now takes around 95% less time.
- Reading installed Flatpaks now takes around 45% less time.
@@ -12,6 +16,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixes:
- cached Flatpak app current version
## [0.5.2] 2019-09-06
### Features
- New environment variable / parameter to set a custom QT theme for the application: BAUH_THEME (--theme)
### Fixes
- wrong management panel resizing for some scenarios
- bad application theme when fusion or breeze are not set as default QT theme / style
## [0.5.1] - 2019-08-12
### Improvements:
- suggestions are now retrieved asynchronously taking 45% less time.