Changelog
This commit is contained in:
parent
aa86f8ada2
commit
c27e70864d
7
1.6.md
7
1.6.md
|
@ -14,15 +14,19 @@ Thanks to the following people for contributing this release.
|
||||||
- Fixed buggy colors in older versions of \*BSD, OS X and Linux.
|
- Fixed buggy colors in older versions of \*BSD, OS X and Linux.
|
||||||
- Added Travis CI support.
|
- Added Travis CI support.
|
||||||
- Added `--test` which prints all functions.
|
- Added `--test` which prints all functions.
|
||||||
|
- Cleanup of Distro, Uptime and CPU functions.
|
||||||
|
|
||||||
### Info
|
### Info
|
||||||
|
|
||||||
|
- Functions now no longer print `Unknown` when they fail, they now don't appear at all.
|
||||||
|
|
||||||
**OS**<br \>
|
**OS**<br \>
|
||||||
- [ CRUX ] Also print the CRUX version. **[@onodera-punpun](https://github.com/onodera-punpun)**
|
- [ CRUX ] Also print the CRUX version. **[@onodera-punpun](https://github.com/onodera-punpun)**
|
||||||
|
|
||||||
**CPU**<br \>
|
**CPU**<br \>
|
||||||
- [ Windows ] Don't print CPU cores if detection fails.
|
- [ Windows ] Don't print CPU cores if detection fails.
|
||||||
- [ BSD ] Fixed extremely long output.
|
- [ BSD ] Fixed extremely long output.
|
||||||
|
- Fixed broken CPU speed when source is `/proc/cpuinfo`.
|
||||||
|
|
||||||
**GPU**<br \>
|
**GPU**<br \>
|
||||||
- Don't show GPU output on unsupported OS.
|
- Don't show GPU output on unsupported OS.
|
||||||
|
@ -40,10 +44,12 @@ Thanks to the following people for contributing this release.
|
||||||
|
|
||||||
**Song**<br \>
|
**Song**<br \>
|
||||||
- [ MPD ] Fixed function when mpd is running on another PC and not your own.
|
- [ MPD ] Fixed function when mpd is running on another PC and not your own.
|
||||||
|
- Song now displays `Not Playing` instead of `Unknown` when no music player is found.
|
||||||
- Added support for Google Play Music Desktop Player (adds optional dependency of [`gpmdp-bash`](https://github.com/iandrewt/gpmdp-bash)) **[@iandrewt](https://github.com/iandrewt)**
|
- Added support for Google Play Music Desktop Player (adds optional dependency of [`gpmdp-bash`](https://github.com/iandrewt/gpmdp-bash)) **[@iandrewt](https://github.com/iandrewt)**
|
||||||
|
|
||||||
**Disk**<br \>
|
**Disk**<br \>
|
||||||
- Added new display option `perc` to display just the percentage with the progress bar.
|
- Added new display option `perc` to display just the percentage with the progress bar.
|
||||||
|
- Fixed disk usage not working on FreeBSD.
|
||||||
|
|
||||||
**Memory**<br \>
|
**Memory**<br \>
|
||||||
- [ OpenBSD ] Fixed completely broken memory output on OpenBSD.
|
- [ OpenBSD ] Fixed completely broken memory output on OpenBSD.
|
||||||
|
@ -67,6 +73,7 @@ Thanks to the following people for contributing this release.
|
||||||
- Added ascii art for Qubes OS.
|
- Added ascii art for Qubes OS.
|
||||||
- Added ascii art for Travis CI.
|
- Added ascii art for Travis CI.
|
||||||
- Revamped Alpine Linux's ascii art.
|
- Revamped Alpine Linux's ascii art.
|
||||||
|
- Fixed missing ascii colors for Puppy Linux.
|
||||||
- [ OSX ] Fixed incorrect text colors.
|
- [ OSX ] Fixed incorrect text colors.
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue