From bfec8bad1b265ba43cb4202b4c6bebde30a0ad45 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 18 Jan 2017 19:56:04 +1100 Subject: [PATCH] Docs: Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9fb9669..d3675e2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,8 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques - 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 +- Neofetch now supports relative path values when specifying the location to images, ascii files and config files. + - For example, `neofetch --w3m Pictures/Wallpapers/10.jpg` and `neofetch --w3m 10.jpg` now work. - 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. - Optimize info caching, only check for cache files in scripts that use caching.