From 570b7c358a8d474dc2b871dbc23b7cadcc638610 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 19 Dec 2016 15:15:03 +1100 Subject: [PATCH] Docs: Update Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e379bafa..4eb793ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques - This removes a lot of duplicate code between `info()` and `prin()`. - Remove `printf` subshells and instead use `printf -v` to declare the variables. - Set fixed `$PATH` in the beginning of the script. +- Fixed artifacts when using line-breaks in TTYs. ## Info @@ -107,6 +108,7 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques **Color Blocks**
- Use start++ instead of adding it manually after case. **[@konimex](https://github.com/konimex)** +- Fixed bug where color blocks wouldn't respect width in TTYs. ## Images