mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Release: v2.61.0
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user