Changelog
This commit is contained in:
parent
7a774dd48d
commit
b3852e0f10
6
1.8.md
6
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.
|
- Removed `line_wrap` as having it set to `on` broke the output.
|
||||||
- Minor text fixes.
|
- Minor text fixes.
|
||||||
- Fix issue with incorrect text color when `barinfo` is set.
|
- 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
|
### 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)**
|
- Better `Ubuntu-GNOME` ascii art. **[@hashhar](https://github.com/hashhar)**
|
||||||
- Fix a color issue with Debian's ascii logo.
|
- Fix a color issue with Debian's ascii logo.
|
||||||
- Added `--ascii_distro mac` as a shorter way of using the OS X ascii.
|
- Added `--ascii_distro mac` as a shorter way of using the OS X ascii.
|
||||||
|
- Added missing `$ascii_distro` config option.
|
||||||
|
|
||||||
|
|
Reference in New Issue