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)
Fastfetch is a [neofetch](https://github.com/dylanaraps/neofetch)-like tool for fetching system information and displaying it prettily. It is written mainly in C, with performance and customizability in mind. Currently, Linux, Android, FreeBSD, macOS, SunOS and Windows 7+ are supported.
14
+
Fastfetch is a [neofetch](https://github.com/dylanaraps/neofetch)-like tool for fetching system information and displaying it prettily. It is written mainly in C, with performance and customizability in mind. Currently, Linux, macOS, Windows 7+, Android, FreeBSD, OpenBSD, NetBSD, DragonFly, Haiku and SunOS are supported.
0 commit comments