Changelog

This commit is contained in:
Dylan Araps 2016-12-15 23:05:59 +11:00
parent b3f7479e8e
commit 98d2421b8b
1 changed files with 5 additions and 0 deletions

View File

@ -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**<br \>
- Moved duplicate code to a function.
- Changed `$uptime_shorthand` to `on` by default.
**Desktop Environment**<br \>
- Fixed issues where MATE wouldn't be detected properly.