From b6fdfec11bb33fee243576a6eef1b5cfa4241bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Moreira?= Date: Tue, 12 May 2020 17:05:39 -0300 Subject: [PATCH] [CHANGELOG] --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0381f741..d1119612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - some fields in the table are overlapped by others when maximized [#107](https://github.com/vinifmor/bauh/issues/107) - 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) +- settings: crashing when an empty Qt style is detected or defined [#104](https://github.com/vinifmor/bauh/issues/104) + + +* Arch-based distro users: it is recommended to clean the bauh's Arch cache after upgrading to this release so it will remap all installed packages during the next initialization. 3 possible ways to clean the Arch cache: + +1) type on the command line: `rm -rf ~/.cache/bauh/arch/installed` (it will reset only the Arch cache) +2) type on the command line: `bauh --reset` (it will reset all caches and settings) +3) click on the new 'Restore' custom action on the UI (it will reset all caches and settings) + ## [0.9.2] 2020-05-04 ### Features