From 47e450cf3c15a97a98484dc7552b0e15f9f11883 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 13 Nov 2016 23:18:41 +1100 Subject: [PATCH] Changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8fcabdb..ad44accc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,8 @@ - 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 now displays your OS's ascii logo if your distro's logo isn't found. **[@konimex](https://github.com/konimex)** + - Example: [Linux] Tux is displayed if there's no distro ascii. - `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`. - [Arch Linux] Changed default ascii colors. - Rename `colors()` to `get_distro_colors()`.