You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+38-1Lines changed: 38 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,40 @@
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.
@@ -6,7 +43,7 @@ Changes:
6
43
* JSON option `display.keyWidth` has been renamed to `display.key.width`
7
44
* Previously: `{ "display": { "keyWidth": 3 } }`
8
45
* Now: `{ "display": { "key": { "width": 3 } } }`
9
-
* Windows Terminal font detection **in WSL** has been removed due to [issue #1113](https://github.com/fastfetch/fastfetch/issues/1113)
46
+
* Windows Terminal font detection **in WSL** has been removed due to [issue #1113](https://github.com/fastfetch-cli/fastfetch/issues/1113)
10
47
11
48
Features:
12
49
* Add option `display.key.type: <enum>` to print icons in keys
0 commit comments