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
* Fix `{day-pretty}` output in custom format (DateTime, Windows)
6
+
* Fix VanillaOS detection (OS, Linux)
7
+
* Fix secure boot testing (Bootmgr, Linux, #1584)
8
+
* Fix the SI unit "kB" in help message (#1589)
9
+
* Fix segfault on macOS 10.15 when using the binary downloaded from Github Releases (Camera, macOS, #1594)
10
+
11
+
Features:
12
+
* Support Chassis module in macOS (Chassis, macOS)
13
+
* Allow customize key format with kernel name and distro name (OS)
14
+
* Add missing `{icon}` in custom key format (Battery)
15
+
* Add missing `{mountpoint}` and `{mount-from}` in custom output format (Disk, #1577)
16
+
* Support percentage num & bar in custom format (GPU, #1583)
17
+
* Support `pisi` package manager detection (Packages, Linux)
18
+
* Support termite terminal font detection (TerminalFont, Linux)
19
+
* Report monitor type in Brightness module (Brightness)
20
+
21
+
Logo:
22
+
* Add `opensuse-tumbleweed_small`
23
+
* Add `Bedrock_small`
24
+
* Add `fastfetch`
25
+
* Remove some unnecessary distro names
26
+
27
+
# 2.37.0
28
+
29
+
Changes:
30
+
* Option `--escape-bedrock` is removed. The function is always enabled now.
31
+
32
+
Features:
33
+
* Support for Haiku is greatly improved (Haiku)
34
+
* CPU, GPU, Disk, Sound, Terminal, Terminal Font, Init System, Battery, Mouse, Keyboard, NetIO, CPU Usage, Physical Disk and OpenGL should work on Haiku now
35
+
* SMBIOS related modules (Host, Bios, Board, Chassis, Physical Memory) should work in platforms with legacy BIOS system.
36
+
* Support for Gamepad and Bluetooth are WIP.
37
+
* Some bugs are found and fixed.
38
+
* Remove `python-requests` dependency in `scripts/gen-*.py`.
39
+
* Add cmake option `-DENABLE_EMBEDDED_AMDGPUIDS=BOOL` (disabled by default)
40
+
* If enabled, fastfetch will embed the newest [`amdgpu.ids`](https://gitlab.freedesktop.org/mesa/drm/-/blob/main/data/amdgpu.ids?ref_type=heads) file into fastfetch binary.
41
+
* Weather module now honors `display.temp.unit` option (#1560, Weather)
42
+
* Support Physical Memory module in NetBSD (PhysicalMemory, NetBSD)
43
+
* Requires root permission
44
+
* Improve non-intel CPU detection in NetBSD (#1573, CPU, NetBSD)
45
+
46
+
Bugfixes:
47
+
* Fix building in macOS 10.13 (GPU, macOS)
48
+
* Properly round percent values when detecting volume (#1558, Sound)
49
+
* Fix Physical Memory module doesn't work in `--format json` mode
50
+
* Add some missing variable inits (GPU, Linux)
51
+
* Fix `--localip-default-route-only false` not working with `--gen-config` (#1570, LocalIP)
52
+
53
+
Logo:
54
+
* Update Rosa linux
55
+
* Add Haiku2
56
+
57
+
# 2.36.1
58
+
59
+
Changes:
60
+
* To use [the native arm64 runner of Github Action](https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/), Linux aarch64 binary is built with Ubuntu 22.04 (Glibc 2.35, Debian 12).
61
+
62
+
Bugfixes:
63
+
* Chimera Linux logo is now displayed correctly (#1554, Logo)
64
+
* Regression of 2.36.0
65
+
* Fix building on Haiku
66
+
67
+
Logo:
68
+
* Fix ALT Linux
69
+
70
+
# 2.36.0
71
+
72
+
Bugfixes:
73
+
* Trim leading slash for login shells (Shell, OpenBSD)
74
+
* Prefer SOC name if available over CPU name (CPU, Linux)
75
+
76
+
Features:
77
+
* Use kernel API to detect sound devices (Sound, NetBSD)
78
+
* Use sndio for sound server detection on OpenBSD (Sound, OpenBSD)
79
+
* Add minimal implementation for Haiku (#1538, Haiku)
80
+
* Support CPU & GPU temperature detection for M4x (CPU / GPU, macOS)
81
+
* Support VMEM size detection for old Nvidia cards (GPU, Linux)
82
+
* Use [recommendedMaxWorkingSetSize](https://developer.apple.com/documentation/metal/mtldevice/recommendedmaxworkingsetsize) as total GPU mem size (GPU, macOS)
83
+
* Support Physical core count and CPU package count detection for loongarch (CPU, Linux)
84
+
* Split ID_LIKE when used for distro matching (#1540, Logo)
85
+
* Capitalize `{type}`'s first letter in custom format (#1543, Display)
86
+
* Support model name detection for s390x (CPU, Linux)
87
+
* Support more Armbian variants detection (#1547, OS, Linux)
88
+
* Support the syntax of `{$ENV_VAR}` in custom format, which will be replaced by the value of the environment variable `ENV_VAR` (#1541)
89
+
* This is another way to pass 3rd-party data to fastfetch besides `Custom` module.
90
+
* Improve performance of Tilix version detection (Terminal, Linux)
0 commit comments