Skip to content

Releases: fastfetch-cli/fastfetch

2.1.2

15 Oct 09:38
ef5268f
Compare
Choose a tag to compare

A hotfix release

Bugfixes:

  • Fix icon detection on Windows. It shows enabled system icons in desktop (This PC, Recycle Bin, etc) (Icon, Windows)
  • Fix compatibility with ddcutil 2.0 (Brightness, Linux)
  • Fix a compile warning (CPUUsage, FreeBSD)

2.1.1

14 Oct 11:37
33953a0
Compare
Choose a tag to compare

This release contains some important fixes, and a new module DiskIO

Features:

  • Support opkg (Packages, Linux)
  • Support GNOME Console terminal version and font detection (Terminal, Linux)
  • Add --cpu-freq-ndigits to set number of digits for CPU frequency (CPU)
  • New module to detect physical disk I/O usage (DiskIO)
  • Add --cpuusage-separate to display CPU usage per CPU logical core
  • Add --brightness-ddcci-sleep to set the sleep times (in ms) when sending DDC/CI requests (Brightness, #580)

Bugfixes:

  • Fix possible crashes on Windows 7 (Disk, Windows)
  • Fix possible crashes caused by uninitialized strings (Users, Windows)
  • Improve support of --help *-format and several bugs are found and fixed
  • Don't incorrectly print No active sound devices found when using a non-controllable sound device (Sound, macOS)
  • Fix implementation processes counting (Processes, Linux)
  • Work around a issue that SSID cannot be detected on macOS Sonoma (Wifi, macOS)

Logo:

  • Add Chimera Linux
  • Add EndeavourSmall
  • Add Xenia

2.1.0

02 Oct 11:51
e3c69c4
Compare
Choose a tag to compare

1K stars celebration! This release introduces a new output format: JSON result

New Dependencies:

Changes:

  • Users module detects and prints user login time by default. Specifying --users-compact to disable it
  • Fastfetch now requires yyjson 0.8.0 or later, which is embeded in fastfetch source tree. If you build fastfetch with -DENABLE_SYSTEM_YYJSON cmake option, you must upgrade your yyjson package
  • Reduced information supported by --terminal-format, --shell-format
  • Some config presets (devinfo and verbose) are obseleted and removed. They are barely maintained and can be replaced with --format json now.
  • Custom strings in --module-key and --module-format are no longer trimmed.
  • /boot is hidden by default (FreeBSD, Disk)

Features:

  • Add --format json, which prints system information as JSON format
  • Add fast path for xfce4 version detection (DE, FreeBSD)
  • Support contour terminal version and font detection (Terminal / TerminalFont)
  • Support kitty-direct / iterm without specifying logo width / height. Note: in this case, the entre screen will be cleared.
  • Support new flag --logo-separate. If true, print modules at bottom of the logo
  • Support Apple Silicon CPU frequency detection (CPU, macOS)
  • Support user login time detection (Users)
  • Support winget package manager detection, guarded behind --allow-slow-operations (Packages, Windows)
  • Print monitor type (built-in or external) (Display)
  • Support full GPU detection in WSL (Linux, GPU)
  • Add --module-key " " as a special case for hiding keys
  • Support --title-format. See fastfetch --help title-format for detail
  • Support --colors-key (Colors)
  • Add -c as a shortcut of --load-config. Note it was used as the shortcut of --color before 2.0.5
  • Support Windows Service Pack version detection (Kernel, Windows)
  • Support Debian point releases detection (OS, Linux)
  • Add new module NetIO which prints network throughput (usage) of specified interface. Note this module costs about 1 second to finish.
  • Use lscpu to detect CPU name for ARM CPUs (CPU, Linux)

Bugfixes:

  • Fix fastfetch hanging in specific environment (#561)
  • Fix short read when reading from stdin (Logo)
  • Fix poll() timeout or failed error when image is very large (Logo)
  • Fix Termux Monet terminal version detection (Terminal)
  • Fix zpool volumes detection (Disk, Linux)
  • Fix external volumes detection (Disk, Linux)
  • Fix snap package number detection on systems other than Ubuntu (Packages, Linux)
  • Fix dpkg / apt package number detection (Packages, Linux)
  • Fix bluetooth mac address detection (Bluetooth, Windows)

Logo:

  • Add Afterglow
  • Add Elbrus
  • Update EvolutionOS
  • Update AOSC OS
  • Update Ubuntu_old
  • Update Windows 11_small
  • Add Amazon Linux
  • Add LainOS
  • Fix colors of Slackware

2.0.5

26 Aug 12:47
a3f13bd
Compare
Choose a tag to compare

Another hotfix

Bugfixes:

  • Fix segfault when using libxrandr (#544, Display, Linux)
  • Don't print 0px (#544, Cursor)

Features:

  • Add option --disk-use-available (#543)
  • Add option --disk-show-readonly

2.0.4

25 Aug 08:04
745a8dd
Compare
Choose a tag to compare

Another ( and hopefully the last ) hotfix release

Bugfixes:

  • Fix building on 32-bit FreeBSD (Memory, BSD)
  • Fix --file-raw doesn't work (Logo)

Features:

  • Trait - as an alias for /dev/stdin. Available for --file, --file-raw and --raw (Logo)

2.0.3

24 Aug 11:29
9a4e787
Compare
Choose a tag to compare

Bugfixes:

  • Fix typo in config parsing for --color-title (#534)
  • Fix percent formatting for --*-format (#535)
  • Fix loading presets for homebrew (macOS)

Features:

  • Add option --percent-ndigits
  • Add command flag --config as an alias of --load-config
  • Windows packages now include presets (Windows)

2.0.2

22 Aug 09:42
eea4150
Compare
Choose a tag to compare

Bugfixes:

Logo:

  • Add Tuxedo OS

2.0.1

21 Aug 02:51
157be84
Compare
Choose a tag to compare

First stable release of Fastfetch V2

Changes:

  • Unescape strings only when parsing .conf files
    • Previously: $ NO_CONFIG=1 fastfetch --os-key \\\\ -s os -l none prints \: *. Note the backslashs are unescaped twice (once by shell and once by fastfetch).
    • Now: $ NO_CONFIG=1 fastfetch --os-key \\\\ -s os -l none prints \\: *
  • Remove option shortcut -c (alias of --color), which is more commonly used as alias of --config
  • Rename --recache to --logo-recache (which is used for regenerate image logo cache). Remove option shortcut -r (alias of --recache).
  • Detecting brightness of external displays with DDC/CI is no longer guarded behind --allow-slow-operations (Brightness)

Features:

  • Add --key-width for aligning the left edge of values, supported both for global --key-width and specific module --module-key-width
  • Add --bar-char-elapsed, --bar-char-total, --bar-width and --bar-border options
  • Add CMake option ENABLE_SYSTEM_YYJSON, which allow building fastfetch with system-provided yyjson (for package managers)
  • Add new module Version, which prints fastfetch version (like fastfetch --version)

Bugfixes:

  • Fix label detection. Use --disk-key 'Disk ({2})' to display it (Disk, Linux)
  • Fix some module options were not inited
  • Fix terminal version and font detection on NixOS (Terminal, Linux)

2.0.0-beta

14 Aug 03:23
f6d4282
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release

Fastfetch v2 ( currently in beta, will be changed to stable if no serious bug is found in this week ) introduces a new configuration file format: JSON config. Please refer to https://github.com/fastfetch-cli/fastfetch/wiki/Configuration for details.

Changes:

  • Start with fastfetch v2, binaries are built with debug symbols (RelWithDebInfo). That's why the image size bloats.
  • Drop the dependency of cJSON. We now use yyjson to parse JSON documents.
  • Remove --shell-version and --terminal-version. They are always enabled (Terminal / Shell)
  • Remove --*-error-format, which seems to be useless
  • Remove --display-detect-name. Display name is always detected, and will be printed if multiple displays are detected
  • Deprecate --set and --set-keyless; they may be removed in future releases. Use JSON config with Custom module instead
  • Remove the special handling of Command module (it can be set once in the triditional config.conf). Use JSON config with Command module instead
  • Change --wm-theme-* to --wmtheme-*. Affect key and format (WMTheme)
  • Change --terminal-font-* to --terminalfont-*. Affect key and format (TerminalFont)
  • Module Command uses /bin/sh as the default shell on systems other than Windows (Command)
  • Fix M2 CPU temperature detection (CPU, macOS)
  • Detect monitor name when available, instead of using DRM connector name (Display / Brightness, Linux)

Features:

  • FreeBSD support is improved greatly, and actually tested in a physical machine
  • Add --no-buffer option for easier debugging. CMake option ENABLE_BUFFER is removed and always enabled.
  • Support --*-key-color option to change the key color of specified module
  • Support --colors-symbol and --colors-padding-left (Colors)
  • Add LM (Login Manager) module. Currently requires systemd installed (thus Linux only)
  • Add --wmi-timeout option (Windows)
  • Add --logo-type small to search for small logos
  • Support detecting brightness of external displays with DDC/CI (guard behind --allow-slow-operations) (Brightness)
  • Add option --size-ndigits and --size-max-prefix (#494)
  • Add option --processing-timeout to the timeout when waiting for child processes.
  • Public IP module prints the IP location if --publicip-url is not set (PublicIP)
  • Add option --localip-default-route-only (LocalIP)
  • Add option --weather-location (Weather)
  • Support iTerm non-ascii font detection (Terminal, macOS)
  • Add option --title-color-user, --title-color-at and --title-color-host (Title)
  • Add Exherbo logo and package manager count (Packages, Linux, #503)
  • Add module Terminal Size which prints the number of terminal width and height in charactors and pixels (TerminalSize)
  • Add new option --temperature-unit
  • Better CPU and Host detection for Android (Android)
  • Support yakuake terminal version & font detection (Terminal, Linux)
  • Add new option --bright-color which can be used to disable the default bright color of keys, title and ASCII logo.
  • Add module Monitor which prints physical parameters (native resolutions and demensions) of connected monitors
  • Support path with environment variables for --logo-source and --load-config.

Bugfixes:

  • Fix possible hanging (TerminalFont, #493)
  • Fix heap-buffer-overflow reading (DisplayServer, Linux)
  • Fix false errors when built without libnm support (Wifi, Linux)
  • Properly detect CPU on POWER (CPU, Linux)
  • Fix compatibility with Fig (Terminal, macOS)
  • Fix option --title-fqdn doesn't work (Title)
  • Fix used spaces calculation (Disk, Linux / BSD / macOS, #508)
  • Fix --brightness-format (Brightness)
  • Fix specifying --set-keyless with the same key second time won't override the value set before (#517)
  • Fix specifying --color second time won't clear the value set before (#517)

Logo:

  • Change the special handling of kitty protocol with .png image file to a new image protocol kitty-direct. This is the fastest image protocol because fastfetch doesn't need to pre-encode the image to base64 or something and the image content doesn't need to be transmitted via tty. Note:
    1. Although konsole was said to support kitty image protocol, it doesn't support kitty-direct
    2. wezterm support more image formats other than .png (tested with .jpg and .webp)
  • Port all logos supported by neo(wo)fetch. Fastfetch now has 350+ builtin logos in total.

1.12.2

05 Jul 02:19
92588e1
Compare
Choose a tag to compare

Features:

  • Support terminator terminal version detection (Linux, Terminal)
  • Support pkgtool package manager detection (Linux, Packages)
  • Support Far shell version detection (Windows, Shell)

Bugfixes:

  • Fix ConEmu terminal detection in some special cases (Windows, Terminal, #488)
  • Fix incorrect Host on M2 Mac Studio with M2 Max CPU (macOS, Host, #490)