1- # 2.10.3
1+ # 2.11.0
22
33Changes:
44* Default ` hideCursor ` to false. It doesn't make much difference but makes user's terminal unusable if fastfetch is not exited correctly.
@@ -10,14 +10,21 @@ Bugfixes:
1010* Fix wifi detection on platforms that don't use NetworkManager (#811 , Wifi, Linux)
1111* Fix NixOS wrapped process name (#814 , Terminal, Linux)
1212* Fix GPU type detection for AMD cards (#816 , GPU, Linux)
13+ * Silence system deprecation warnings (#822 , Camera, macOS)
1314
1415Features:
1516* Add basic support DE detection support for UKUI (DE, Linux)
1617* Support printing total number of nix / flatpak / brew packages (Packages)
1718 * See ` fastfetch -h packages-format ` for detail
1819* Better max CPU frequency detection support with ` CPUID / 16H ` instruction (CPU, Windows)
19- * This requires Core I Gen 6 or newer, and with ` Virtual Machine Platform ` Windows feature disabled. X86 only.
20+ * This requires Intel Core I Gen 6 or newer, and with ` Virtual Machine Platform ` Windows feature disabled. X86 only.
2021* Improve performance of nix packages detection (Packages, Linux)
22+ * Make config specified in JSONC overridable by command line flags
23+ * Note this change only make global config overridable; module configs are still not
24+ * Suggest increasing ` --processing-timeout ` when child process timeouts
25+ * Only detect folders that specified by ` --disk-folders `
26+ * Previously ` --disk-folders ` only omits unmatched disks from output
27+ * This option can be used to improve detection performance by ignoring slow network drives
2128
2229# 2.10.2
2330
0 commit comments