5.4 KiB
Contributors
<br >
General
- Added new function called
checkoldflagswhich informs users about deprecated config options. - Change all
OS Xreferences tomacOS. @iandrewt - Fix corrupted text when long lines are cut-off.
- Don't dynamically place prompt in
image=offmode. - Cursor Position: Fix issues when using URxvt+Padding
Operating System
- Added support for Bitrig. @konimex
- Added support for Sparky Linux.
- Added support for Porteus. @ncmprhnsbl
Packages
- Neofetch is now in Gentoo's official repos.
Images
Fixed rendering issues in URxvt when using an XFT font.
This was first thought to be an issue between URxvt and W3m-img and I apologize for immediately closing bug reports and dismissing comments about this.
I spent yesterday trying to fix this issue and found out that launching neofetch with --bold off
reduced the rendering problems. I did more digging and found out that removing all text formatting fixes the issue entirely. I later found out that adding a single unformatted character before the formatted text fixed the issue while keeping the formatting the same.
I opened up this PR https://github.com/dylanaraps/neofetch/pull/358 which added options to enable a border between the image and the text to fix the issue. @konimex later commented informing me that we could just use a zero-width space to fix the issue and that we didn't need a new function/args/ugly border. doh
The final fix was as simple as adding a zero-width space before the info, here's the commit.
Removed hard dependency on \033[14t
Neofetch no longer requires a terminal emulator that supports \033[14t this means that neofetch now works in Konsole. Instead of using the escape sequence users now have three options for getting the terminal size in pixels.
xdotoolxwininfo+xpropxwininfo+xdpyinfo
Neofetch will detect whatever combination you have insalled and use these programs.
Note: \033[14t is still supported, if images already work for you then you don't have to install anything else.
- [w3m-img] Draw the image twice to fix rendering issues in Konsole.
- [w3m-img] Fix cursor position when using
yoffset. - [w3m-img] Add
-bgsupport with the new option--bg_color.neofetch --bg_color bluewill make the background behind the image blue.- Note: The background color is only visible behind transparent parts of the image.
Ascii
- Bold ascii art by default.
- Fixed incorrect prompt location when using
ascii_logo_size small. - Update Void Linux ascii art. @ncmprhnsbl
Info
Distro<br >
- Expanded
distro_shorthandto macOS and Solaris. @konimex - Removed
osx_buildversionandosx_codenamein favour ofdistro_shorthand. @konimex
Desktop Environment<br >
- [Windows] Added support for showing DE.
- Windows 8 and above:
Modern UI/Metro - Windows 7 and below:
Aero
- Windows 8 and above:
Window Manager<br >
- [Windows] Added support for custom WMs/Shells.
- Neofetch now detects
blackbox,bugn,Windawesome,emergeandlitestep.
- Neofetch now detects
- Uppercase first letter of
wmoutput.
Window Manager Theme<br >
- [Windows] Added support for Blackbox themes.
CPU<br >
- Added
cpu_speedwhich lets you hide/show the speed in the output. - Expanded
cpu_coresoption by adding two new values,logicalandphysical.logical: Show all virtual cores (hyperthreaded).physical: Only show physical cores.
- [Linux] Added support for showing CPU temperature.
- Added new option called
cpu_temp. - Note: This is disabled by default and can be enabled by changing the value of
cpu_tempin your config toon.
- Added new option called
- [macOS] Print physical cores instead of hyper-threaded cores. @iandrewt
Uptime<br >
- Rewrote uptime function to use seconds since boot instead of the
uptimecommand.- Every OS/Distro now has the pretty
uptime -poutput!
- Every OS/Distro now has the pretty
Resolution<br >
- [macOS] Add @2x label for retina resolutions. @iandrewt
Memory<br >
- [Linux] Correctly calculate used memory.
- [NetBSD] Fix memory output for sizes over 4GB. @coypoop
Shell<br >
- Hide shell path by default.
- Show shell version by default.
Theme Font<br >
- [XFCE] Fixed incorrect font output.
Color Blocks<br >
- Fixed
block_widthnot working. - Fixed
% sappearing in color blocks when neofetch is run fromtty - Fixed
block_widthbeing off by one. A value of2made the blocks3wide instead of2wide.
Terminal and Terminal Font<br >
- Uppercase first letter of
termandtermfontoutputs. - Don't print broken output of busybox's
ps. - Remove path from output.
Song<br >
- [macOS] Fix iTunes automatically opening. @iandrewt
- Added support for Audacious. @ncmprhnsbl
