Changelog

This commit is contained in:
Dylan Araps 2016-08-12 20:44:36 +10:00
parent 7a774dd48d
commit b3852e0f10
1 changed files with 6 additions and 0 deletions

6
1.8.md
View File

@ -32,6 +32,11 @@ bottom of the window. See [#279](https://github.com/dylanaraps/neofetch/pull/279
- Removed `line_wrap` as having it set to `on` broke the output.
- Minor text fixes.
- Fix issue with incorrect text color when `barinfo` is set.
- Fixed various Travis.ci bugs.
- `-v` now shows where the config files were sourced from.
- Removed in-script config in favor of sourcing the default user config.
- Moved commands near the bottom of the script to a new function called `main`.
- Cleanup
### OS
@ -125,4 +130,5 @@ distro ascii files. See this wiki page that explains the syntax. [Link](https://
- Better `Ubuntu-GNOME` ascii art. **[@hashhar](https://github.com/hashhar)**
- Fix a color issue with Debian's ascii logo.
- Added `--ascii_distro mac` as a shorter way of using the OS X ascii.
- Added missing `$ascii_distro` config option.