Changelog

This commit is contained in:
Dylan 2016-04-24 11:14:13 +10:00
parent ce3567b2f6
commit db1f3851a7
1 changed files with 11 additions and 0 deletions

11
1.7.md
View File

@ -71,3 +71,14 @@ underline_enabled="on"
### Ascii ### Ascii
- Added KDE neon ascii art. - Added KDE neon ascii art.
### Colors
- Fixed bug with `--colors` not working with all 256 terminal colors.
- `--colors 7` now uses the color white. \[1\]
- `--colors fg` now uses the foreground color. \[1\]
\[1\] Neofetch tried to be smart before by assuming that the foreground color<br \>
would be white or black. This caused issues for those setting the foreground<br \>
color to red or etc. This change adds a new value for `--colors` and `colors=()`<br \>
called `fg` which will set the color to your foreground color.