From c01b3207fe8a9693d1b1e1b7cb4c464dd00fa4ae Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 2 Oct 2016 12:03:14 +1100 Subject: [PATCH] Changelog --- 1.8.md | 1 + 1 file changed, 1 insertion(+) diff --git a/1.8.md b/1.8.md index 28bc0066..97e68f53 100644 --- a/1.8.md +++ b/1.8.md @@ -169,6 +169,7 @@ now have working image support. - Custom ascii files (`--ascii path/to/ascii_file`) now follow the same format as the distro ascii files. See this wiki page that explains the syntax. [Link](https://github.com/dylanaraps/neofetch/wiki/Custom-Ascii-art-file-format) - Fix a color issue with Debian's ascii logo. +- Fix an error with an unescaped char in Windows' ascii art. - Use a pure bash solution to getting ascii size. - Updated Solus ascii art to match new logo. **[@undrskr](https://github.com/undrskr)**