Changelog

This commit is contained in:
Dylan Araps 2016-06-12 16:44:19 +10:00
parent d3c87cdaac
commit 4f65a81fd1
1 changed files with 3 additions and 0 deletions

3
1.8.md
View File

@ -12,6 +12,9 @@
### General
- 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)
- Only call `tput` when we really need to.
- Supress `getconfig` and `getscriptdir` errors.
- Fix issue when title and background were both color `7`.