Skip to content

Commit

Permalink
Updating CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
vinifmor committed Dec 9, 2019
1 parent b64e799 commit e25eaaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ will be pre-downloaded faster ( it does **NOT** modify your **pacman** settings
( For more information about these optimizations, have a look at [Makepkg](https://wiki.archlinux.org/index.php/Makepkg) )
- Arch package memory-indexer running every 20 minutes. This memory index is used when AUR Api cannot handle the amount of results found for a given search. It can be disabled via the environment variable **BAUH_ARCH_AUR_INDEX_UPDATER=0**.
- If some of your installed packages are not categorized, send an e-mail to **[email protected]** informing their names and categories in the following format: ```name=category1[,category2,category3,...]```
- Transitive dependencies checking can be disabled through the environment variable **BAUH_ARCH_CHECK_SUBDEPS=0**. The dependency checking process will be
faster, but the application will ask for a new confirmation every time a not installed dependency is detected.
- Transitive dependencies checking can be disabled through the environment variable **BAUH_ARCH_CHECK_SUBDEPS=0**. The dependency checking process will be faster, but the application will ask for a confirmation every time a not installed dependency is detected.

### General settings
You can change some application settings via environment variables or arguments (type ```bauh --help``` to get more information).
Expand Down

0 comments on commit e25eaaf

Please sign in to comment.