Changelog

This commit is contained in:
Dylan 2016-02-06 10:57:50 +11:00
parent 916c9c2cb1
commit cbc70afad3
1 changed files with 5 additions and 0 deletions

5
1.1.md
View File

@ -86,6 +86,9 @@ fetch --stdout memory
# Print the output of memory and disk
fetch --stdout disk
# Print the output of all functions excluding x
fetch --stdout --disable kernel packages gtktheme
```
- Added `--stdout_seperator` and `$stdout_seperator` which takes a string and adds it<br \>
@ -110,6 +113,8 @@ fetch --stdout disk gpu --stdout_seperator " | "
- You can now display info without a subtitle. eg. `info memory`
- Added `--disable` which allows you to stop an info line from appearing at launch.<br \>
- Added `--underline` and `$underline` which allow you to toggle visibility of the<br \>
underline at launch and in your config.
```sh
# Stop cpu, gpu, disk and shell functions from being called