diff --git a/CHANGELOG.md b/CHANGELOG.md index b57ba504..10951267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.