[CHANGELOG]

This commit is contained in:
Vinícius Moreira
2020-05-12 17:05:39 -03:00
parent c833135663
commit b6fdfec11b

View File

@@ -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) - 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 - 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 ## [0.9.2] 2020-05-04
### Features ### Features