From b47147d549fb222529f4604c838749c3e5f001c5 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 7 Feb 2016 10:34:26 +1100 Subject: [PATCH] Changelog --- 1.1.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/1.1.md b/1.1.md index 7778036a..50c3c007 100644 --- a/1.1.md +++ b/1.1.md @@ -1,5 +1,9 @@ # Fetch 1.1 changelog +Over the past 10~ days over **190** more commits have been pushed to master and the
+script has had some big changes. Thanks to everyone who has contributed, you've been
+a big help. + ![screenfetch mode](http://i.imgur.com/nW3HiNP.png)
New screenfetch mode @@ -66,15 +70,15 @@ the distro ascii art and the automatic config creation. ### Packages -- Fetch now has a Gentoo/Funtoo e-build courtesy of @z1lt0id +- Fetch now has a Gentoo/Funtoo e-build courtesy of **@z1lt0id** ### Stdout - Added `stdout` mode which allows you to fetch info in a plain text format that works
-with lemonbar and in your scripts. You can use it by launching fetch with `--stdout` to print all functions enabled
-in your `printinfo` function. You can selectively print functions by passing arguments to `--stdout`
-like so: +with lemonbar and in your scripts. You can use it by launching fetch with `--stdout` to print all
+functions enabled in your `printinfo` function. You can selectively print functions by passing
+arguments to `--stdout` like so: ```sh # Print the output of all info functions enabled in printinfo @@ -107,7 +111,8 @@ fetch --stdout disk gpu --stdout_separator " | " ``` -**NOTE:** `stdout_subtitles` and `stdout_title` only work when `--stdout` is used on its own. +**NOTE:** `stdout_subtitles` and `stdout_title` only work when `--stdout` is used on its own
+without any args. ### Info