From 6c664f36b2062c2f77fc055b43ae0b7026dcbd85 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 9 Nov 2016 23:37:05 +1100 Subject: [PATCH] Changelog --- Changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 3835cc2b..3735910b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,8 @@ - Swap all tests from `[` to `[[`. - Cleaned up and rewrote various functions. - Removed all traces of `eval` from neofetch. +- All functions/variables now follow the same naming scheme. `example_func_name` + ## Operating System @@ -26,7 +28,7 @@ ## 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. + - 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`.