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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,53 @@
1
+
# 2.56.0
2
+
3
+
Features:
4
+
* Enhances config file loading. `--config` and `-c` with relative path now also searches paths defined in `fastfetch --list-config-paths` (typically `~/.config/fastfetch/`)
5
+
* This allows users to use `fastfetch -c my-config` without needing to specify the full path.
6
+
* Adds NUMA node count detection (CPU)
7
+
* Exposed via `{numa-nodes}` in custom format
8
+
* Supported on Linux, FreeBSD and Windows
9
+
* Supports the newest Alacritty config format (#2070, TerminalFont)
10
+
* Detects driver specific info for Zhaoxin GPUs (GPU, Linux)
11
+
* Detects Android OEM UI for certain OSes (DE, Android)
12
+
* Improves users detection on Linux (#2064, Users, Linux)
13
+
* Adds systemd fallback when utmp is unavailable
14
+
* Fixes resource leaks
15
+
* Always reports the newest session info
16
+
* Adds kiss package manager support (#2072, Packages, Linux)
17
+
* Reports `sshd` if `$SSH_TTY` is not available (Terminal)
18
+
* Zpool module rewrite (#2051, Zpool)
19
+
* Adds new Zpool properties: allocated, guid, readOnly
20
+
* Zpool module now uses runtime lookup for properties to ensure portability
21
+
* Adds NetBSD (requires `sudo`) and macOS support
22
+
* Adds `splitLines` option for Command module, which splits the output into sub modules, each containing one line of the output (Command)
23
+
```
24
+
* Command output:
25
+
Line 1
26
+
Line 2
27
+
Line 3
28
+
29
+
* Old behavior:
30
+
Command: Line 1
31
+
Line 2
32
+
Line 3
33
+
34
+
* With `"splitLines": true`:
35
+
Command 1: Line 1
36
+
Command 2: Line 2
37
+
Command 3: Line 3
38
+
```
39
+
40
+
Bugfixes:
41
+
* Fixes {m,o}ksh version detection on Linux (Shell)
42
+
* Fixes Alacritty config parsing for TOML format (#2070, TerminalFont)
43
+
* Improves builtin logo printing for piping and buffering (#2065, Logo)
44
+
* Uses absolute path when detecting shell and terminal version if available (#2067, TerminalShell)
* Debian: `apt install fastfetch` (for Debian 13 or newer)
40
+
* Ubuntu: [`ppa:zhangsongcui3371/fastfetch`](https://launchpad.net/~zhangsongcui3371/+archive/ubuntu/fastfetch) (Ubuntu 22.04 or newer; latest version)
41
+
* Debian / Ubuntu: `apt install fastfetch` (Debian 13 or newer; Ubuntu 25.04 or newer)
41
42
* Debian / Ubuntu: Download `fastfetch-linux-<proper architecture>.deb` from [Github release page](https://github.com/fastfetch-cli/fastfetch/releases/latest) and double-click it (for Ubuntu 20.04 or newer and Debian 11 or newer).
0 commit comments