From 7f2775674ab25f336e7c8363e5ef3320c2b3d6c5 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Fri, 18 Oct 2019 10:47:36 -0300 Subject: [PATCH] [CHANGELOG] --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25b418f2..ee298e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,16 +19,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - AUR: - Optional dependencies are not checked by default in their installation popup. - History panel can now me maximized, minimized and allows to copy column content. -- It is possible to use custom tray icons via the environment variables: **BAUH_TRAY_DEFAULT_ICON_PATH** and ** **BAUH_TRAY_UPDATES_ICON_PATH** ( displayed when there are updates ) +- It is possible to use custom tray icons via the environment variables: **BAUH_TRAY_DEFAULT_ICON_PATH** and **BAUH_TRAY_UPDATES_ICON_PATH** ( displayed when there are updates ) - Minor UI improvements ### Fixes -- cache thread lock that was hanging the application +- cache thread lock that was eventually hanging the application - Flatpak: - Runtimes update-checking for version 1.5.X - Snap: - retrieving installed applications information for Ubuntu based distros -- Application icon replaced by the type icon in the Info, History and Screenshots panels due to unexpected Qt crashes. +- Application icon replaced by the type icon in the Info, History and Screenshots panels due to unexpected Qt crashes - minor UI fixes ### AppImage support