|
1 | 1 | # 2.42.0
|
2 | 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 | + |
3 | 7 | 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) |
| 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 |
7 | 13 |
|
8 | 14 | 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 |
| 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 |
14 | 20 |
|
15 | 21 | Logos:
|
16 |
| -* Add Aurora (#1700) |
17 |
| -* Remove GoralixOS (#1699) |
18 |
| -* Add Codex Linux (#1701) |
| 22 | +* Remove GoralixOS logo (#1699) |
| 23 | +* Add Aurora logo (#1700) |
| 24 | +* Add Codex Linux logo (#1701) |
19 | 25 |
|
20 | 26 | # 2.41.0
|
21 | 27 |
|
@@ -897,7 +903,7 @@ Bugfixes:
|
897 | 903 | * Fix some presets
|
898 | 904 | * Better detection for XTerm terminal fonts (#1095, TerminalFont, Linux)
|
899 | 905 | * Remove debug output (#1097, Windows)
|
900 |
| -* Fix command line option `--gpu-hide-type` doesn't work (#1098, GPU) |
| 906 | +* Fix flag `--gpu-hide-type` doesn't work (#1098, GPU) |
901 | 907 | * Fix wrong date on Raspbian 10 (#1108, DateTime, Linux)
|
902 | 908 | * Use `brightness` instead of `actuall_brightness` when detecting current brightness level (Brightness, Linux)
|
903 | 909 | * Ref: https://bugzilla.kernel.org/show_bug.cgi?id=203905
|
|
0 commit comments