CHANGELOG: Merge CPU block
This commit is contained in:
parent
37b11a9ab7
commit
0a3505fc22
1 changed files with 1 additions and 4 deletions
|
@ -37,10 +37,6 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques
|
||||||
- Fixed version output on `ksh`.
|
- 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.
|
- 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.
|
||||||
|
|
||||||
**CPU**<br \>
|
|
||||||
|
|
||||||
- [Linux] Fixed issues with CPU name detection for architectures other than x86/amd64/ARM.
|
|
||||||
|
|
||||||
**Desktop Environment**<br \>
|
**Desktop Environment**<br \>
|
||||||
|
|
||||||
- Fixed issues where MATE wouldn't be detected properly.
|
- Fixed issues where MATE wouldn't be detected properly.
|
||||||
|
@ -49,6 +45,7 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques
|
||||||
**CPU**<br \>
|
**CPU**<br \>
|
||||||
|
|
||||||
- [Linux] Don't simplify `cpufreq` speed option names for no reason.
|
- [Linux] Don't simplify `cpufreq` speed option names for no reason.
|
||||||
|
- [Linux] Fixed issues with CPU name detection for architectures other than x86/amd64/ARM.
|
||||||
- [NetBSD] Remove case statement in favor of 1 line test.
|
- [NetBSD] Remove case statement in favor of 1 line test.
|
||||||
- Remove case sensitive substitutions.
|
- Remove case sensitive substitutions.
|
||||||
- We match everything case insensitively so they were pointless.
|
- We match everything case insensitively so they were pointless.
|
||||||
|
|
Loading…
Reference in a new issue