Merge #203
This commit is contained in:
parent
fc3f86598d
commit
0239dac608
17
1.6.md
17
1.6.md
|
@ -14,14 +14,10 @@ Thanks to the following people for contributing this release.
|
|||
|
||||
### General
|
||||
|
||||
- Fixed buggy colors in older versions of \*BSD, OS X and Linux.
|
||||
- Added Travis CI support.
|
||||
- Added `--test` which prints all functions.
|
||||
- Cleanup of Distro, Uptime, Memory and CPU functions.
|
||||
- We now use a more reliable whitespace trimming substitution for CPU/GPU etc.
|
||||
- The default text colors now work on bright colorschemes. We no longer force<br \>
|
||||
the color white, it's now based on your foreground color.
|
||||
- Progress bars are now by default colored based on your distro's logo colors.
|
||||
- Use `stty` instead of `read -s` to fix an issue with escape sequences<br \>
|
||||
appearing in the output.
|
||||
- Line wrap is now disabled by default.
|
||||
|
@ -31,6 +27,19 @@ long period of time like the CPU/GPU. \[1\]
|
|||
|
||||
\[1\] You can clear the cache with `--clean`.
|
||||
|
||||
|
||||
### Colors
|
||||
|
||||
![vs](https://ipfs.pics/ipfs/QmNVw4zm78tgBGdhDJ1FZ1aktpEtVapVtNWWMMKh5aitrZ)
|
||||
<p align="center">Neofetch 1.5 vs Neofetch 1.6</p>
|
||||
|
||||
|
||||
- Fixed buggy colors in older versions of \*BSD, OS X and Linux.
|
||||
- The default text colors now work on bright colorschemes. We no longer force<br \>
|
||||
the color white, it's now based on your foreground color.
|
||||
- Progress bars are now by default colored based on your distro's logo colors.
|
||||
|
||||
|
||||
### Packages
|
||||
|
||||
- Neofetch is now is Void Linux's official repos. **[@konimex](https://github.com/konimex)**
|
||||
|
|
Reference in New Issue