Changelog

This commit is contained in:
Dylan 2016-01-30 17:45:50 +11:00
parent bca479ecf3
commit 2d6e92440f
1 changed files with 2 additions and 1 deletions

3
1.1.md
View File

@ -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.