From 208c6df142d115d9d8be1a31f0a652750a852640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Moreira?= Date: Tue, 12 May 2020 17:09:31 -0300 Subject: [PATCH] [CHANGELOG] --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1119612..66b05df0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,11 +24,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - 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: +### Recommendations +- Arch-based distro users: 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 do it: -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) + - type on the command line: `rm -rf ~/.cache/bauh/arch/installed` (it will reset only the Arch cache) + - type on the command line: `bauh --reset` (it will reset all caches and settings) + - click on the new **Restore** custom action on the UI (it will reset all caches and settings) ## [0.9.2] 2020-05-04