From ed14e1a56288002f4e42389bb8ec40cee5edd098 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 30 Jan 2016 10:34:17 +1100 Subject: [PATCH] Added config file functionality --- 1.1.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/1.1.md b/1.1.md index 3dbd32ab..8ea20343 100644 --- a/1.1.md +++ b/1.1.md @@ -1,5 +1,8 @@ # Fetch 1.1 changelog +- Fetch now has a config file that you can share with people and
+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. - Fix padding escape codes on BSD systems. - Swap escape codes from `\e` to `\033` for consistency.