Changelog

This commit is contained in:
Dylan Araps 2016-06-12 17:25:57 +10:00
parent a290b533bc
commit 3cbca32c1d
1 changed files with 1 additions and 1 deletions

2
1.8.md
View File

@ -14,7 +14,7 @@
- Moved all whitespace trimming to a dedicated function.
- Neofetch will no longer have any whitespace issues in the output.
- See [trim()](https://github.com/dylanaraps/neofetch/blob/master/neofetch#L2789-2806)
- See [trim()](https://github.com/dylanaraps/neofetch/commit/d3c87cdaacf1ea9fbf245146c910dc53b49dba08#diff-e863270127ca6116fd30e708cdc582fcR2789)
- Only call `tput` when we really need to.
- Supress `getconfig` and `getscriptdir` errors.
- Fix issue when title and background were both color `7`.