From 2d6e92440f265f25a0da33f12ce0f6779a25898f Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 30 Jan 2016 17:45:50 +1100 Subject: [PATCH] Changelog --- 1.1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/1.1.md b/1.1.md index cab60285..e7e89996 100644 --- a/1.1.md +++ b/1.1.md @@ -1,6 +1,7 @@ # Fetch 1.1 changelog -- If `w3m` or `imagemagick` aren't installed we gracefully fallback to no image mode. +- If `w3m` or `imagemagick` aren't installed we gracefully fallback to ascii mode. +- Automatically find the `w3mimgdisplay` path and fallback to ascii mode if not found. - Fix padding escape codes on BSD systems. - Swap escape codes from `\e` to `\033` for consistency. - We only move the cursor to the bottom of the terminal in w3m/iterm2 rendering modes.