Docs: Update Changelog
This commit is contained in:
parent
2b94fbfadb
commit
570b7c358a
|
@ -28,6 +28,7 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques
|
||||||
- This removes a lot of duplicate code between `info()` and `prin()`.
|
- This removes a lot of duplicate code between `info()` and `prin()`.
|
||||||
- Remove `printf` subshells and instead use `printf -v` to declare the variables.
|
- Remove `printf` subshells and instead use `printf -v` to declare the variables.
|
||||||
- Set fixed `$PATH` in the beginning of the script.
|
- Set fixed `$PATH` in the beginning of the script.
|
||||||
|
- Fixed artifacts when using line-breaks in TTYs.
|
||||||
|
|
||||||
## Info
|
## Info
|
||||||
|
|
||||||
|
@ -107,6 +108,7 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques
|
||||||
**Color Blocks**<br \>
|
**Color Blocks**<br \>
|
||||||
|
|
||||||
- Use start++ instead of adding it manually after case. **[@konimex](https://github.com/konimex)**
|
- Use start++ instead of adding it manually after case. **[@konimex](https://github.com/konimex)**
|
||||||
|
- Fixed bug where color blocks wouldn't respect width in TTYs.
|
||||||
|
|
||||||
|
|
||||||
## Images
|
## Images
|
||||||
|
|
Reference in New Issue