Changelog
This commit is contained in:
parent
ad8acb6bf7
commit
ffb139398f
6
1.3.md
6
1.3.md
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in New Issue