From 476bbe8750fd3d25d15423569adb3334741db95e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 18 Jan 2017 09:49:44 +1100 Subject: [PATCH] Docs: Changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b25992..e8586bcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -189,6 +189,26 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques - [iTerm2] Fixed blank images. - Fixed bug where image mode would attempt to run in a TTY. +- All of the image/ascii backend handling was rewritten. Backend and Image/File/Directory selection is universal now and should make usage easier. + - Added `catimg` backend. + - Added `caca` backend. + - Added `jp2a` backend. + - `--image` has been replaced with `--backend`. + - `--backend` takes `ascii`, `caca`, `catimg`, `jp2a`, `iterm2`, `off`, `tycat`, `w3m`. + - Shortcut flags were added for easy picking of backends. + - Each flag can take a file, image or directory as an argument. + - For example: `neofetch --w3m /path/to/img.jpg` `neofetch --ascii /path/to/file` + - `--w3m` + - `--iterm2` + - `--tycat` + - `--ascii` + - `--off` + - `--catimg` + - `--caca` + - `--jp2a` + - All image and ascii file selection has been replaced with the universal `--source`. + - Fixed bugs with image shuffle mode. + ## Wallpaper