Changelog

This commit is contained in:
Dylan 2016-01-30 11:41:21 +11:00
parent c072c9a240
commit f86b796a5c
1 changed files with 9 additions and 5 deletions

14
1.1.md
View File

@ -1,16 +1,20 @@
# Fetch 1.1 changelog
- Fetch now has a config file that you can share with people and<br \>
keep between script versions!
- Added `--config` and `$config_file` to specify a custom config location.
- Added `$config` to enable / disable config files
- If `w3m` or `imagemagick` aren't installed we gracefully fallback to no image mode.
- 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.
- Cursor position is now dynamic based on the height of the ascii and info text.
- If images and ascii are off, don't clear the terminal
- The script now exits correctly.
- The script now exits correctly instead of always exiting with status code `1`
### Config file
- Fetch now has a config file that you can share with people and<br \>
keep between script versions!
- Added `--config` and `$config_file` to specify a custom config location.
- Added `$config` to enable / disable config files
### Info