Added config file functionality

This commit is contained in:
Dylan 2016-01-30 10:34:17 +11:00
parent 8d5ccc76ad
commit ed14e1a562
1 changed files with 3 additions and 0 deletions

3
1.1.md
View File

@ -1,5 +1,8 @@
# Fetch 1.1 changelog # 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` to specify a custom config location.
- 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 no image mode.
- Fix padding escape codes on BSD systems. - Fix padding escape codes on BSD systems.
- Swap escape codes from `\e` to `\033` for consistency. - Swap escape codes from `\e` to `\033` for consistency.