Changelog

This commit is contained in:
Dylan 2016-02-20 22:52:32 +11:00
parent ad8acb6bf7
commit ffb139398f
3 changed files with 8 additions and 2 deletions

6
1.3.md
View file

@ -5,6 +5,12 @@
- You no longer need to set the font_width value, your font size<br \>
is now calculated by fetch.
- Image sizing now takes terminal height into account.
- `--size` now also takes a percentage as a value, for example.
```sh
# Image takes up 70% of the terminal size.
fetch --size 70%
```
### OS

View file

@ -269,7 +269,7 @@ crop_offset="center"
# Image size
# The image is half the terminal width by default.
# --size auto, px
# --size auto, px, 00%
image_size="auto"
# Right gap between image and text

2
fetch
View file

@ -287,7 +287,7 @@ crop_offset="center"
# Image size
# The image is half the terminal width by default.
# --size auto, px
# --size auto, px, 00%
image_size="auto"
# Right gap between image and text