Updating CHANGELOG and README

This commit is contained in:
Vinícius Moreira
2019-12-09 13:01:52 -03:00
parent b64e799694
commit e25eaafb13
2 changed files with 4 additions and 5 deletions

View File

@@ -4,19 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.7.4] 2019-12
## [0.7.4] 2019-12-09
### Improvements
- AUR:
- 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
- Some AUR labels have been changed to not confuse the user
- **--clean** para renamed to **--reset**
- **--clean** para renamed to **--reset**
- Minor UI improvements
### Fixes
- AUR:
- not finding some dependencies declared as files instead of the package names (e.g: dolphin-emu-git )
- replaces the wrong term **mirror** by **repository**
- replaces the term **mirror** by **repository**
## [0.7.3] 2019-11-29