Docs: CHANGELOG
This commit is contained in:
parent
9dfb8068f9
commit
10857ff92d
1 changed files with 8 additions and 2 deletions
|
@ -27,9 +27,14 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques
|
|||
- Delete most of `info()` and instead call `prin()`.
|
||||
- This removes a lot of duplicate code between `info()` and `prin()`.
|
||||
- Remove `printf` subshells and instead use `printf -v` to declare the variables.
|
||||
- Set fixed `$PATH` in the beginning of the script.
|
||||
|
||||
## Info
|
||||
|
||||
**OS** <br \>
|
||||
- Added support for GNU/kFreeBSD.
|
||||
- Merged all GNU Hurd instances to Linux since they work exactly the same way.
|
||||
|
||||
**Shell**<br \>
|
||||
|
||||
- [Fish] Fixed memory leak caused by Fish.
|
||||
|
@ -95,6 +100,7 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques
|
|||
|
||||
**Local IP**<br \>
|
||||
|
||||
- [BSD and Solaris] Merged the detection to Linux.
|
||||
- [Windows] Support multiple interfaces.
|
||||
|
||||
**Color Blocks**<br \>
|
||||
|
|
Loading…
Reference in a new issue