|
| 1 | +# 2.21.0 |
| 2 | + |
| 3 | +Changes: |
| 4 | +* We no longer use `libnm` for Wifi detection on Linux. Instead, we use `libdbus` to communicate with NetworkManager directly |
| 5 | + * To package managers: libnm dependency should be removed |
| 6 | + |
| 7 | +Features: |
| 8 | +* Add module `BluetoothRadio` that prints bluetooth radios installed on the system |
| 9 | + * Don't confuse with module `Bluetooth` which lists connected bluetooth devices |
| 10 | +* Detect more information when `--gpu-driver-specific` is used (GPU) |
| 11 | +* Detect which type of nvidia driver (open source or proprietary) is used (GPU, Linux) |
| 12 | +* `--gpu-driver-specific` adds supports for Moore Threads GPU (#1142, GPU, Linux / Windows) |
| 13 | +* Use SetupAPI for detecting GPUs to support GPU detection when running fastfetch as a Windows Service (GPU, Windows) |
| 14 | + * See https://github.com/gpustack/gpustack/pull/97#issuecomment-2264699787 for detail |
| 15 | +* Detect playback status (Media, Linux) |
| 16 | + |
| 17 | +Bugfixes: |
| 18 | +* Don't try to connect display server in tty mode (Linux, #1110) |
| 19 | +* Improve ssh detection |
| 20 | +* Fix max frequency printing in custom format (CPU) |
| 21 | +* Fix displaying random characters when detecting kitty term font (#1136 / #1145, TerminalFont, Linux) |
| 22 | +* Make sure to detect all physical memory devices (#1137) |
| 23 | +* Don't detect `wl-restart` as WM (#1135, WM, Linux) |
| 24 | +* Use PCI bus ID to match Nvidia cards; fix multi-GPU detection (GPU) |
| 25 | +* Ignore invalid GPU (#1066, GPU, macOS) |
| 26 | +* Print error when invalid color code is found (#1138) |
| 27 | +* Fix invalid refresh rate detection on old macOS versions (Display, macOS) |
| 28 | +* Fix disk size detection on 32-bit systems (Disk, BSD) |
| 29 | +* Don't ignore disabled GPUs (#1140, GPU, Linux) |
| 30 | +* Fix GPU type detection on FreeBSD (GPU, FreeBSD) |
| 31 | +* Remove shell version detection for unknown shells (#1144, Shell) |
| 32 | +* Don't detect hyfetch as shell on NixOS (Shell, NixOS) |
| 33 | + |
| 34 | +Logos: |
| 35 | +* Update EndeavourOS_small |
| 36 | +* Add QTS |
| 37 | + |
1 | 38 | # 2.20.0 |
2 | 39 |
|
3 | 40 | This release fixes regression of `2.19.0` on M1 MacBook Air. It also introduces a new option `--key-type icon` to display predefined icons in keys (requires newest nerd font). See `fastfetch -h key-type` for detail. |
|
0 commit comments