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
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,28 @@
1
+
# 2.42.0
2
+
3
+
Bugfixes:
4
+
* Don't detect disk type for virtual disks (PhysicalDisk, Linux, #1669)
5
+
* Fix CPU temperature reports incorrect results (CPU, OpenBSD)
6
+
* Fix setting `logo.chafa.symbols` in JSON config (Logo, #1709)
7
+
8
+
Features:
9
+
* Support CPU temperature detection (CPU, SunOS)
10
+
* Better CPU frequency detection (CPU, NetBSD)
11
+
* Support Wifi detection (Wifi, NetBSD)
12
+
* Support Webcam detection (Camera, OpenBSD)
13
+
* Requires root permission
14
+
15
+
Logos:
16
+
* Add Aurora (#1700)
17
+
* Remove GoralixOS (#1699)
18
+
* Add Codex Linux (#1701)
19
+
1
20
# 2.41.0
2
21
3
22
Changes:
4
23
* Due to [the deprecation](https://github.com/actions/runner-images/issues/11101), Linux x86_64 binaries are now built with Ubuntu 22.04 (Glibc 2.35, Debian 12)
5
24
* You can always build fastfetch yourself on your own. Please don't report bugs related to this change.
6
25
7
-
Bugfixes:
8
-
* Don't detect disk type for virtual disks (PhysicalDisk, Linux, #1669)
9
-
10
26
Features:
11
27
* Support physical core count detection on non-x86 platforms (CPU, Linux / FreeBSD)
12
28
* Support CPU frequency detection on PPC64 (CPU, FreeBSD)
0 commit comments