Changelog

This commit is contained in:
Dylan 2016-05-14 21:44:54 +10:00
parent 2db63fd913
commit c8bedc51bd
1 changed files with 4 additions and 1 deletions

5
1.7.md
View File

@ -1,5 +1,8 @@
# Neofetch 1.7
Hello, sorry this release took so long. I've been extremely busy with uni and<br \>
haven't had as much time to work on neofetch.
### Contributers
@ -16,7 +19,6 @@ Thanks to the following people for contributing this release.
- Added issue template for github.
- New repo for Crux. **[@tudurom](https://githuv.com/tudurom)**
- Added release badge to readme. **[@dawidd6](https://github.com/dawidd6)**
- Fixed bug with `--underline on/off` not working.
- Updated man page and usage with newest flags.
- Font is now enabled by default to match Screenfetch's default config.
- Fixed `bold` option not working.
@ -65,6 +67,7 @@ prin "Subtitle" "Text goes here"
- Made title faster by using `$HOSTNAME` when available.
**Underline**<br \>
- Fixed bug with `--underline on/off` not working.
- Underlining is no longer hardcoded to title length meaning you can now<br \>
underline any part of the output and the length will match.
- `$underline` was renamed to `$underline_enabled`.