Updating CHANGELOG.md

This commit is contained in:
Vinícius Moreira
2019-12-09 14:11:06 -03:00
parent e25eaafb13
commit 5914511d93

View File

@@ -6,15 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.7.4] 2019-12-09 ## [0.7.4] 2019-12-09
### Improvements ### Improvements
- AUR: - AUR
- retrieving and displaying all transitive required dependencies ( it can be disabled via the new environment variable **BAUH_ARCH_CHECK_SUBDEPS=0** ) - retrieving and displaying all transitive required dependencies ( it can be disabled via the new environment variable **BAUH_ARCH_CHECK_SUBDEPS=0** )
- displaying **makedepends** and **checkdepends** in the info window - displaying **makedepends** and **checkdepends** in the info window
- Some AUR labels have been changed to not confuse the user - Some AUR labels have been changed to not confuse the user
- **--clean** para renamed to **--reset** - **--clean** param renamed to **--reset**
- Minor UI improvements - Minor UI improvements
### Fixes ### Fixes
- AUR: - AUR
- not finding some dependencies declared as files instead of the package names (e.g: dolphin-emu-git ) - not finding some dependencies declared as files instead of the package names (e.g: dolphin-emu-git )
- replaces the term **mirror** by **repository** - replaces the term **mirror** by **repository**