From 8f890ca351b23b4777d6ce60ed6e816ce60bfab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Moreira?= Date: Tue, 12 May 2020 15:03:03 -0300 Subject: [PATCH] [CHANGELOG] --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e4c6022..ae9cb99a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,22 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [0.9.3] 2020-05 ### Features -- new **restore** action to restore bauh settings and cache through the 'custom actions' button (**+**). It is equivalent to the command `bauh --reset`. +- new **restore** action to restore all bauh settings and cache through the 'custom actions' button (**+**). It is equivalent to the command `bauh --reset`. ### Improvements - some custom actions not related to installed packages state will not refresh the table after succeeded ### Fixes - Arch - - 'clean cache' operation was not working in some scenarios + - "clean cache"**" operation was not working in some scenarios - upgrading progress when conflicting files are detected - - not detecting some installed 'not-signed' repository packages + - not detecting some installed "not-signed" repository packages - not properly caching data of installed dependencies - UI - some fields in the table are overlapped by others when maximized [#107](https://github.com/vinifmor/bauh/issues/107) -- upgrade: crashing for scenarios when there are packages that cannot upgrade to be displayed on the summary window -- settings: crashing when an empty Qt style is defined [#104](https://github.com/vinifmor/bauh/issues/104) +- upgrade: crashing when there are packages to be displayed on the summary window that cannot upgrade +- settings: crashing when an empty Qt style is detected or defined [#104](https://github.com/vinifmor/bauh/issues/104) ## [0.9.2] 2020-05-04 ### Features