1+ # 2.13.0
2+
3+ Changes:
4+ * Option ` --gpu-force-vulkan <?bool> ` has been changed to ` --gpu-detection-method <enum> `
5+ * Use ` --gpu-detection-method vulkan ` to get the old behavior
6+ * See ` fastfetch -h gpu-detection-method ` for detail
7+ * In Linux, BIOS limited CPU frequency is printed by default to match the behavior of neofetch (CPU, Linux, #947 )
8+
9+ Features:
10+ * Add new module ` Bootmgr ` which prints information of stage 2 bootloader (grub, system-boot, etc)
11+ * Requires root permission to work on Windows and FreeBSD
12+ * Requires booting in UEFI mode
13+ * Add package manager lpkg and lpkg-build support (Packages, Linux)
14+ * Improve macOS 10.13 compatibility (macOS)
15+ * Detect core count for performance / efficiency cores (CPU)
16+ * Test it with ` fastfetch -s cpu --cpu-format '{9}' `
17+ * Support min / max frequency and physical core count detection in FreeBSD, if kernel supports it (CPU, FreeBSD)
18+ * Detect DRM driver version if DRM detection method is used (GPU, Linux)
19+
20+ Bugfixes:
21+ * Don't detect ` clifm ` and ` valgrind ` as a terminal (Terminal, Linux)
22+ * Improve stability (PhysicalMemory, FreeBSD)
23+ * Fix bssid & status detection (Wifi, FreeBSD)
24+ * Ensure createTime is correctly initialized (Disk, FreeBSD / macOS)
25+ * Fix ` --cpu-freq-ndigits ` not working if ` --cpu-format ` is used
26+ * Fix ` nix-user ` package count detection (Packages, Linux)
27+ * Fix some memory leaks
28+
29+ Logos:
30+ * Fix Manjaro logo not displayed
31+ * Add SpoinkOS
32+ * Add Loc-OS
33+ * Add Furreto Linux
34+ * Fix TorizonCore logo colors
35+ * Fix KDE neon logo not displayed
36+
137# 2.12.0
238
339Changes:
@@ -20,6 +56,7 @@ Features:
2056* Add option ` --localip-show-all-ips ` to show all IPs assigned to the same interface (LocalIP)
2157 * Default to ` false `
2258* Improve compatibility with ` (*term) ` (#909 , Terminal, macOS)
59+ * Support GPU core count and frequency detection for Asahi Linux (GPU, Linux)
2360
2461Bugfixes:
2562* Rename option ` --temperature-unit ` to ` --temp-unit ` as documented in help messages
0 commit comments