2016-01-28 02:44:06 +01:00
|
|
|
# Fetch 1.1 changelog
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
### Info
|
|
|
|
|
2016-01-28 02:45:27 +01:00
|
|
|
**Distro:**
|
|
|
|
|
|
|
|
- Added support for showing Max OS X build version.
|
|
|
|
- You can toggle it using `--osx_buildversion` and `$osx_buildversion`.
|
|
|
|
|
2016-01-28 02:44:06 +01:00
|
|
|
**Window Manager:**
|
|
|
|
|
|
|
|
- Added support for `$XINITRC`
|
|
|
|
|
|
|
|
**GTK:**
|
|
|
|
|
|
|
|
- Fix incorrect GTK3 theme being displayed
|
|
|
|
|
|
|
|
|
|
|
|
### Image
|
|
|
|
|
|
|
|
- Rename `--shuffledir` and `$shuffledir` to `shuffle_dir`.
|
|
|
|
- Added support for ascii art inside of text files.
|
|
|
|
|
|
|
|
```sh
|
|
|
|
fetch --ascii "path/to/ascii" --ascii_color 2
|
|
|
|
|
|
|
|
```
|