From 2565f7c659dfc8b497e0f85f51f0fd6ec14cae48 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 15 May 2016 09:15:05 +1000 Subject: [PATCH] Changelog --- 1.8.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/1.8.md b/1.8.md index 9bfbf801..217edaaf 100644 --- a/1.8.md +++ b/1.8.md @@ -4,11 +4,20 @@ - **[@hashhar](https://github.com/hashhar)** +### General + +- Only call `tput` when we really need to. +- Supress `getconfig` and `getscriptdir` errors. + + ### Info - Use faster `$(())` syntax for index variables. + ### Ascii - Add `ascii_bold` which allows you to bold the ascii art. - Better `Ubuntu-GNOME` ascii art. **[@hashhar](https://github.com/hashhar)** +- Sped up the ascii art function by using a pure bash solution to getting
+the ascii art size. This is more portable and much faster.