From 98d2421b8bc04778a58e71c860351e1191c7d66e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Dec 2016 23:05:59 +1100 Subject: [PATCH] Changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5875d817..519a699f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,11 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques - Fixed version output on `ksh`. - Rewrote the function to remove duplicate code. All shells now use `$SHELL --version` to get the version info, with the exception of `mksh` which doesn't have a `--version` flag. +**Uptime**
+ +- Moved duplicate code to a function. +- Changed `$uptime_shorthand` to `on` by default. + **Desktop Environment**
- Fixed issues where MATE wouldn't be detected properly.