From 339817695dfb337ecf884311ddd8282311d54b1c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 9 Nov 2016 11:04:36 +1100 Subject: [PATCH] Update Changelog.md --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index d1d87d00..3835cc2b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,6 +11,7 @@ - Fixed issue where `bold=off` wouldn't work. - Swap all tests from `[` to `[[`. - Cleaned up and rewrote various functions. +- Removed all traces of `eval` from neofetch. ## Operating System @@ -24,6 +25,9 @@ ## Ascii +- Ascii art is no longer read as a script and is now read as plain text. + - See this wiki page about the new ascii art format. + - https://github.com/dylanaraps/neofetch/wiki/Custom-Ascii-art-file-format - Added generic Linux ascii art to display if neofetch doesn't have the right logo for your distro. - `neofetch --ascii_distro x` now sets the mode to ascii for you. You no longer have to use a combination of `--ascii` and `--ascii_distro`.