From 3cbca32c1dfcdee27b35193b78beab8e08d2e5e7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 12 Jun 2016 17:25:57 +1000 Subject: [PATCH] Changelog --- 1.8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.8.md b/1.8.md index 573801c6..8b4afab6 100644 --- a/1.8.md +++ b/1.8.md @@ -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`.