Changelog
This commit is contained in:
parent
8a55245442
commit
2565f7c659
9
1.8.md
9
1.8.md
|
@ -4,11 +4,20 @@
|
||||||
|
|
||||||
- **[@hashhar](https://github.com/hashhar)**
|
- **[@hashhar](https://github.com/hashhar)**
|
||||||
|
|
||||||
|
### General
|
||||||
|
|
||||||
|
- Only call `tput` when we really need to.
|
||||||
|
- Supress `getconfig` and `getscriptdir` errors.
|
||||||
|
|
||||||
|
|
||||||
### Info
|
### Info
|
||||||
|
|
||||||
- Use faster `$(())` syntax for index variables.
|
- Use faster `$(())` syntax for index variables.
|
||||||
|
|
||||||
|
|
||||||
### Ascii
|
### Ascii
|
||||||
|
|
||||||
- Add `ascii_bold` which allows you to bold the ascii art.
|
- Add `ascii_bold` which allows you to bold the ascii art.
|
||||||
- Better `Ubuntu-GNOME` ascii art. **[@hashhar](https://github.com/hashhar)**
|
- Better `Ubuntu-GNOME` ascii art. **[@hashhar](https://github.com/hashhar)**
|
||||||
|
- Sped up the ascii art function by using a pure bash solution to getting<br \>
|
||||||
|
the ascii art size. This is more portable and much faster.
|
||||||
|
|
Reference in New Issue