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
+26-4
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,34 @@
1
+
# 2.42.0
2
+
3
+
Changes:
4
+
* Normalize the module name `Bios` to `BIOS` (#1721)
5
+
* No configuration file changes are required because fastfetch parses module names case-insensitively.
6
+
7
+
Bugfixes:
8
+
* Disable disk type detection for virtual disks (PhysicalDisk, Linux, #1669)
9
+
* Fix incorrect CPU temperature reporting (CPU, OpenBSD)
10
+
* Fix setting `logo.chafa.symbols` in JSON configuration (Logo, #1709)
11
+
* Fix non-normalized time display (Uptime, #1720)
12
+
* Miscellaneous minor fixes
13
+
14
+
Features:
15
+
* Add CPU temperature detection support (CPU, SunOS)
16
+
* Improve CPU frequency detection (CPU, NetBSD)
17
+
* Add Wi-Fi detection support (Wifi, NetBSD)
18
+
* Add Webcam detection support (Camera, OpenBSD)
19
+
* Requires root privileges
20
+
21
+
Logos:
22
+
* Remove GoralixOS logo (#1699)
23
+
* Add Aurora logo (#1700)
24
+
* Add Codex Linux logo (#1701)
25
+
1
26
# 2.41.0
2
27
3
28
Changes:
4
29
* 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
30
* You can always build fastfetch yourself on your own. Please don't report bugs related to this change.
6
31
7
-
Bugfixes:
8
-
* Don't detect disk type for virtual disks (PhysicalDisk, Linux, #1669)
9
-
10
32
Features:
11
33
* Support physical core count detection on non-x86 platforms (CPU, Linux / FreeBSD)
12
34
* Support CPU frequency detection on PPC64 (CPU, FreeBSD)
@@ -881,7 +903,7 @@ Bugfixes:
881
903
* Fix some presets
882
904
* Better detection for XTerm terminal fonts (#1095, TerminalFont, Linux)
883
905
* Remove debug output (#1097, Windows)
884
-
* Fix command line option`--gpu-hide-type` doesn't work (#1098, GPU)
906
+
* Fix flag`--gpu-hide-type` doesn't work (#1098, GPU)
885
907
* Fix wrong date on Raspbian 10 (#1108, DateTime, Linux)
886
908
* Use `brightness` instead of `actuall_brightness` when detecting current brightness level (Brightness, Linux)
0 commit comments