Release: v2.61.0

This commit is contained in:
李通洲
2026-03-26 15:23:51 +08:00
parent 9036b891a8
commit 355e21c099
2 changed files with 25 additions and 1 deletions
+24
View File
@@ -1,3 +1,27 @@
# 2.61.0
Changes:
* Windows 7 and 8 support has been removed.
* The oldest version supported by fastfetch is now Windows 8.1
Features:
* Adds `brightness` option for color display configuration (#2238, Colors)
* Adds support for detecting Bluetooth keyboards on Linux (#2220, Keyboard)
* Adds `glazewm` support and updates M5 models (WM macOS, Host macOS)
* Adds `showEmptySlots` option to show empty memory slots on Linux (#2222, PhysicalMemory)
* Adds marketing product name detection on Asahi Linux (Host, Linux)
* Adds new M5 Mac models (Host, macOS)
* Improves SMBIOS robustness with malformed data verification and better error handling
* Improves reliability when terminating child processes (Processing, Windows)
* Improves Intel Mac support by querying SMBIOS data directly (Global, macOS)
* Lots of internal code cleanups and optimizations
Bugfixes:
* Fixes missing memory devices on certain machines (PhysicalMemory)
* Fixes CPUCache deduplication on shared caches (#2228, CPUCache, Linux)
* Fixes WM version reporting for niri (#2218, WM, Linux)
* Fixes SSID decoding issues from `iw` output (Wifi, Linux)
# 2.60.0
Changes:
+1 -1
View File
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
project(fastfetch
VERSION 2.60.0
VERSION 2.61.0
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"