Docs: CHANGELOG

This commit is contained in:
Muhammad Herdiansyah 2016-12-18 09:19:50 +07:00
parent 9dfb8068f9
commit 10857ff92d

View file

@ -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 \>