Skip to content

Releases: fastfetch-cli/fastfetch

1.11.2

09 Jun 08:58
b974264
Compare
Choose a tag to compare

This release should be the last version of fastfetch 1.x (if no serious bugs found, hopefully)

Features:

  • Support display name, type, rotation detection on Wayland (Linux, Display)
  • Print more useful display name instead of intel_backlight (Linux, Brightness)
  • Icons module supports Windows (Windows, Icons)
  • Add Wallpaper module which shows the current wallpaper image path
  • Add mac address detection --localip-show-mac (LocalIP, #451)

Bugfixes:

  • Fix Gnome version detection on Fedora (DE)
  • Fix Windows drives detection in WSL (Disk)

Changes:

  • In order to make Icons module consistant between different platforms, --icons-format no longer supports individual GTK / QT icon params.
  • --theme-format no longer supports individual GTK / plasma theme params.
  • --local-ip-* and --public-ip-* have been changed to --localip-* and --publicip-*
  • --localip-compact-type is no longer supported. Fastfetch now display IPs as --localip-compat-type multiline by default, with --local-compact true can be set as an alias of --localip-compact-type oneline
  • --localip-v6first is no longer supported.

1.11.1

27 May 16:37
Compare
Choose a tag to compare

Features:

  • Support xonsh detection (TerminalShell)
  • Support Tabby version / terminal font detection (TerminalFont)

Bugfixes:

  • Fix name of Pro Controller (Gamepad, Windows)
  • Fix compile error with imagemagick enabled (Windows)
  • Fix copy-and-paste errors (Gamepad)
  • Flatpak: Fix user package count
  • Flatpak: Count runtime packages too (#441)
  • Fix flatpak package count (#441)
  • Don't print white color blocks with --pipe (#450)
  • Fix iTerm being detected as iTermServer-* sometimes
  • Fix sound device volume being incorrectly detected as muted sometimes (Sound)
  • Fix memleaks reported by LeakSanitizer (Linux)
  • Fix potential memory curruption bug in unicode.c (Windows)

Logo:

  • Update Windows 11 ASCII logo to look more visually consistent (#445)
  • Add another font color index to arch icon (#446)
  • Add SteamOS
  • Add macOS small / small2

1.11.0

25 Mar 06:58
81a4be4
Compare
Choose a tag to compare

Features:

  • Support linuxbrew (Packages, Linux)
  • Support foot terminal (#431, Linux)
  • Support cursor size detection on Windows (Cursor, Windows)
  • Support cursor detection on macOS (Cursor, macOS)
  • Support display name, display type and decimal refresh rate detection (Display, macOS / Windows)
  • Support --display-compact-type to display multiple resolutions in one line (Display)
  • Support flatpak-user (Packages, Linux, #436)
  • Support --gpu-force-vulkan to force using vulkan to detect GPUs, which support video memory usage detection with --allow-slow-operations (GPU)

Bugfixes:

  • Fix date time format
  • Fix compiling with musl (Wifi, Linux, #429)
  • Don't exit if libpci is failed to init (GPU, Linux, #433)
  • Names of most well-known gamepads are correctly printed instead of Wireless Controller on Windows

Logo:

  • Small update for nobara logo (#435, @regulargvy13)

1.10.3

25 Feb 10:02
52eacd7
Compare
Choose a tag to compare

Bugfixes:

  • Fix uninitialized variables (GPU, Windows)
  • Fix compiling errors (Windows)

Improvements:

  • Improve preformance (WmTheme amd Font, Windows and macOS)
  • Enable nonblocking public-ip / weather detection (Android)

1.10.2

22 Feb 08:23
4f4860e
Compare
Choose a tag to compare

Bugfixes:

  • Handle kAudioObjectPropertyElementMain for macOS SDK < 12 (#425, @nandahkrishna)
  • Add missing NULL for ffProcessAppendStdOut (#421)

1.10.1

21 Feb 14:45
8fdb877
Compare
Choose a tag to compare

New release for debugging #421. No changes for platforms other than Android.

1.10.0

21 Feb 11:16
f6702d8
Compare
Choose a tag to compare

Notable Changes:

  • With the support of Win32 platform, original Windows 64bit artifact file is renamed to Win64 to avoid possible confusion

Features:

  • Bluetooth module
  • Sound module
  • Gamepad module
  • Support colored percentage numbers output (#409)
  • Support --localip-compact-type option (#408)
  • Terminator terminal font detection (@Zerogiven, #415)
  • Windows 32bit compatibility
  • Support global configuration in MSYS2 environment (Windows)
  • Support GPU driver version detection on Windows 11
  • Support scaled resolution detection for wayland (Linux)

Bugfixes:

  • Fix build with older libnm versions
  • Fix a rare case that fails to detect terminal
  • Fix Muffin detection (@Zerogiven, #411)
  • Fix IPv6 detection (Windows)
  • Fix scoop package count detection when scoop is installed in non-default path (Windows, #417)
  • Fix UB reported by clang
  • Honor $SCOOP when detecting scoop packages (#417)

Other:

  • Simplified wmtheme output format (Windows)
  • Improved GPU detection performance on Windows 11
  • Lastest Mac model identifier support (macOS)

1.9.1

24 Jan 09:36
4b253aa
Compare
Choose a tag to compare

Bugfixes:

  • Fix builds on s390x (@jonathanspw, #402)
  • Fix zero refresh rate on some monitors (macOS)
  • Fix default formatting of Wifi module

1.9.0

22 Jan 03:06
fbbfc7f
Compare
Choose a tag to compare

Notable Changes:

  • fastfetch no longer creates a sample config file silently. Use --gen-config to generate one.
  • fastfetch now search for user config file in the order of fastfetch --list-config-paths
  • Unknown disks are hidden by default.
  • Resolution module is renamed to Display. (#393)

Features:

  • --logo-padding-top option (@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-paths option which list search paths of config files
  • Add --list-data-paths option which list search paths for presets and logos
  • Add Brightness module support
  • Add Battery module support for FreeBSD
  • Add --disk-show-unknown option for Disk module
  • Add --disk-show-subvolumes option for Disk module
  • Add --gpu-hide-integrated option (#379)
  • Add --gpu-hide-discrete option (#379)
  • Detect terminal version when available
  • Support WezTerm terminal font detection (requires wezterm executable being available)
  • Add --shell-version and --terminal-version options to disable shell / terminal version detection
  • Enhance --percent-type to 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:

Bugfixes:

  • --logo-type now does accept iterm too (@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:

  • Fixed a Typo in iterm error message (@jessebot, #376)
  • Don't try to load config file in /etc (Windows)

1.8.2

31 Dec 12:10
70df34c
Compare
Choose a tag to compare

Bugfixes:

  • Fix memleaks Users module (Windows)
  • Fix shell detection when installed with scoop (Windows)
  • Don't use libcJSON as wlanapi's dll name (Windows)
  • Align artifact names to other platforms (Windows)