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