1.9.0
Notable Changes:
- fastfetch no longer creates a sample config file silently. Use
--gen-configto generate one. - fastfetch now search for user config file in the order of
fastfetch --list-config-paths - Unknown disks are hidden by default.
Resolutionmodule is renamed toDisplay. (#393)
Features:
--logo-padding-topoption (@CarterLi, #372)- Raw image file as logo support (@CarterLi)
- Look for config files in
$APPDATA(RoamingAppData) (Windows) - Look for config files in
~/Library/Preferences(macOS) - Add
--list-config-pathsoption which list search paths of config files - Add
--list-data-pathsoption which list search paths for presets and logos - Add
Brightnessmodule support - Add
Batterymodule support for FreeBSD - Add
--disk-show-unknownoption for Disk module - Add
--disk-show-subvolumesoption for Disk module - Add
--gpu-hide-integratedoption (#379) - Add
--gpu-hide-discreteoption (#379) - Detect terminal version when available
- Support
WezTermterminal font detection (requiresweztermexecutable being available) - Add
--shell-versionand--terminal-versionoptions to disable shell / terminal version detection - Enhance
--percent-typeto allow hiding other texts (#387) - Add Wifi module support for Linux
- Detect scaled resolutions (Windows, macOS)
- Optimise font module printing (Windows)
- Detect pacman package count inside MSYS2 environment (Windows)
- Add Wifi / Battery module support for Android
- Disk name support for Linux
Logos:
- Raspbian (@IamNoRobot, #373)
Bugfixes:
--logo-typenow does acceptitermtoo (@CarterLi, #374)- Fix mintty terminal font detection (Windows)
- Fix bug that line buffering doesn't work properly (Windows)
- Fix rpm package count detection (Linux)
- Fix cpu temp detection (Linux)
Other: