From b3852e0f10533582a6d4522911af10eaf37d3537 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 12 Aug 2016 20:44:36 +1000 Subject: [PATCH] Changelog --- 1.8.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/1.8.md b/1.8.md index 83cddd82..7b9a0e4a 100644 --- a/1.8.md +++ b/1.8.md @@ -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.