|
1 | 1 | # 2.61.0 |
2 | 2 |
|
3 | 3 | 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. |
6 | 12 |
|
7 | 13 | Features: |
8 | | -* Adds `brightness` option for color display configuration (#2238, Colors) |
| 14 | +* Adds a `brightness` option for color display configuration (#2238, Colors) |
9 | 15 | * 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) |
12 | 18 | * 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 |
15 | 21 | * Improves reliability when terminating child processes (Processing, Windows) |
16 | 22 | * 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 |
18 | 24 |
|
19 | 25 | 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) |
22 | 28 | * Fixes WM version reporting for niri (#2218, WM, Linux) |
23 | 29 | * 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) |
25 | 31 |
|
26 | 32 | # 2.60.0 |
27 | 33 |
|
|
0 commit comments