Update CHANGELOG.md

This commit is contained in:
Dylan Araps 2016-12-14 19:25:58 +11:00 committed by GitHub
parent 2433b79d1e
commit 0933bfe1ae
1 changed files with 9 additions and 0 deletions

View File

@ -21,6 +21,7 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques
- We were calling these multiple times, we now check to see if they were run previously.
- Optimize info caching, only check for cache files in scripts that use caching.
- Cleanup `main()`.
- Renamed `old_flags()` --> `old_options()`.
## Info
@ -30,6 +31,14 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques
- Fixed issues where MATE wouldn't be detected properly.
- Added fallback to `$DESKTOP_SESSION`, `$MATE_DESKTOP_SESSION_ID` and `$GNOME_DESKTOP_SESSION_ID`.
**CPU**<br \>
- [Linux] Don't simplify `cpufreq` speed option names for no reason.
- [NetBSD] Remove case statement in favor of 1 line test.
- Remove case sensitive substitutions.
- We match everything case insensitively so they were pointless.
- Simplify check for low CPU speeds.
**Disk**<br \>
- Warn the user if `df` isn't installed.