Skip to content

Commit 1e58e04

Browse files
committed
Doc: updates changelog [ci skip]
1 parent 408d939 commit 1e58e04

1 file changed

Lines changed: 17 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,33 @@
11
# 2.61.0
22

33
Changes:
4-
* Windows 7 and 8 support has been removed.
5-
* The oldest version supported by fastfetch is now Windows 8.1
4+
* Support for Windows 7 and 8 has been removed.
5+
* Windows 8.1 is now the oldest version supported by fastfetch.
6+
* The GPU module on WSL no longer relies on `DXCore`.
7+
* The `directx-headers` dependency is no longer required.
8+
* Fastfetch on Linux is now pure C; a C++ compiler is no longer required.
9+
* GPU type detection is now slightly less accurate, but detection speed should be slightly faster.
10+
* The GPU module on Windows now uses `DXCore` for more accurate GPU type detection (requires Windows 10 or later).
11+
* This feature is built only when `DXCore` headers are available, which requires installing `mingw-w64-<msystem>-x86_64-directx-headers` on MSYS2.
612

713
Features:
8-
* Adds `brightness` option for color display configuration (#2238, Colors)
14+
* Adds a `brightness` option for color display configuration (#2238, Colors)
915
* Adds support for detecting Bluetooth keyboards on Linux (#2220, Keyboard)
10-
* Adds `GlazeWM` detection support (WM, macOS)
11-
* Adds `showEmptySlots` option to show empty memory slots on Linux (#2222, PhysicalMemory)
16+
* Adds support for detecting GlazeWM (WM, macOS)
17+
* Adds a `showEmptySlots` option to display empty memory slots on Linux (#2222, PhysicalMemory)
1218
* Adds marketing product name detection on Asahi Linux (Host, Linux)
13-
* Adds new M5 Mac models (Host, macOS)
14-
* Improves SMBIOS robustness with malformed data verification and better error handling
19+
* Adds support for new M5 Mac models (Host, macOS)
20+
* Improves SMBIOS robustness by validating malformed data and improving error handling
1521
* Improves reliability when terminating child processes (Processing, Windows)
1622
* Improves Intel Mac support by querying SMBIOS data directly (Global, macOS)
17-
* Lots of internal code cleanups and optimizations
23+
* Includes numerous internal cleanups and optimizations
1824

1925
Bugfixes:
20-
* Fixes missing memory devices on certain machines (PhysicalMemory)
21-
* Fixes CPUCache deduplication on shared caches (#2228, CPUCache, Linux)
26+
* Fixes missing memory devices on some machines (PhysicalMemory)
27+
* Fixes CPUCache deduplication for shared caches (#2228, CPUCache, Linux)
2228
* Fixes WM version reporting for niri (#2218, WM, Linux)
2329
* Fixes SSID decoding issues from `iw` output (Wifi, Linux)
24-
* Fixes CMD codepage changed after running fastfetch on Windows (#2245, Windows)
30+
* Fixes the CMD code page being changed after running fastfetch on Windows (#2245, Windows)
2531

2632
# 2.60.0
2733

0 commit comments

Comments
 (0)