[arch] improvement: displaying hard requirements versions and descriptions (uninstall dialog)

This commit is contained in:
Vinicius Moreira
2022-04-06 18:13:49 -03:00
parent db3d657598
commit 425bf692d1
2 changed files with 38 additions and 7 deletions

View File

@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.10.2]
### Improvements
- Arch
- uninstall:
- displaying hard requirements versions and descriptions
- General
- code refactoring
@@ -15,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- displaying a '+' for positive sizes (previously the sign was only displayed for negative numbers) [#250](https://github.com/vinifmor/bauh/issues/250)
- changing some words and symbols to improve readability and cohesion [#250](https://github.com/vinifmor/bauh/issues/250)
- displaying update sizes as localized numbers [#250](https://github.com/vinifmor/bauh/issues/250)
### Fixes
- General