2016-12-08 15:22:20 +01:00
|
|
|
## Contributors
|
|
|
|
|
|
|
|
|
2016-12-09 05:10:16 +01:00
|
|
|
## General
|
|
|
|
|
|
|
|
- Travis now runs [shellcheck](https://github.com/koalaman/shellcheck) on every commit and pull request.
|
|
|
|
- We've had to exclude around 10 lint errors, see this wiki page for why we did this:
|
|
|
|
- https://github.com/dylanaraps/neofetch/wiki/Shellcheck-Exclusions
|
2016-12-09 05:41:23 +01:00
|
|
|
- Optimize usage of get_de(), get_wm() and get_term().
|
|
|
|
- We were calling these multiple times, we now check to see if they were run previously.
|
2016-12-09 05:10:16 +01:00
|
|
|
|
2016-12-08 15:22:20 +01:00
|
|
|
## Images
|
|
|
|
|
|
|
|
- [iTerm2] Fixed blank images.
|
2016-12-09 06:20:44 +01:00
|
|
|
|
|
|
|
## Ascii
|
|
|
|
|
|
|
|
- Fixed bug causing macOS ascii art to be used on other Operating Systems.
|