mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-24 12:32:32 +00:00
2.9 KiB
2.9 KiB
Neofetch 1.6
Contributers
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
--testwhich prints all functions. - Cleanup of Distro, Uptime and CPU functions.
Info
- Functions now no longer print
Unknownwhen they fail, they now don't appear at all.
OS<br >
- [ CRUX ] Also print the CRUX version. @onodera-punpun
CPU<br >
- [ Windows ] Don't print CPU cores if detection fails.
- [ BSD ] Fixed extremely long output.
- Fixed broken CPU speed when source is
/proc/cpuinfo.
GPU<br >
- Don't show GPU output on unsupported OS.
Nvidiais now displayed asNVIDIA. @firstEncounter
Battery<br >
- Show charging state in battery output. @dawidd6 and @iandrewt
- [ Windows ] Fix blank battery output when battery isn't found.
Resolution<br >
- [ Windows ] Don't print resolution if detection fails.
- [ Linux / OSX / BSD ] Print refresh rate next to resolutions.
- [ Linux ] Multi monitor support.
Public IP<br >
- Made public IP function faster by using
digif available. @iandrewt
Theme<br >
- Use
$GTK2_RC_FILESif the envar is set. @onespaceman
Song<br >
- [ MPD ] Fixed function when mpd is running on another PC and not your own.
- Song now displays
Not Playinginstead ofUnknownwhen no music player is found. - Added support for Google Play Music Desktop Player (adds optional dependency of
gpmdp-bash) @iandrewt
Disk<br >
- Added new display option
percto display just the percentage with the progress bar. - Fixed disk usage not working on FreeBSD.
Memory<br >
- [ OpenBSD ] Fixed completely broken memory output on OpenBSD.
- [ Linux ] Rewrote memory function so that it works on old kernel versions.
Uptime<br >
- [ OSX / BSD ] Performance improvements. @iandrewt
- [ OpenBSD ] Fixed duplicate
upin output.
Birthday<br >
- Fix stray
+sign in output.
Image
- Remove
shuffledirin favor of '--image path/to/dir/' - Use
printfinstead ofshufto pick a random image.
Ascii
- Added ascii art for Qubes OS.
- Added ascii art for Travis CI.
- Revamped Alpine Linux's ascii art.
- Fixed missing ascii colors for Puppy Linux.
- [ OSX ] Fixed incorrect text colors.
Scrot
- Fixed scrot function not using user defined options.