Skip to content

Commit 62b2fc0

Browse files
committed
Release: v2.56.0
1 parent da0e2f9 commit 62b2fc0

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
# 2.56.0
2+
3+
Features:
4+
* Adds NUMA node count detection (CPU)
5+
* Exposed via `{numa-nodes}` in custom format
6+
* Supported on Linux, FreeBSD and Windows
7+
* Supports the newest Alacritty config format (#2070, TerminalFont)
8+
* Detects driver specific info for Zhaoxin GPUs (GPU, Linux)
9+
* Detects Android OEM UI for certain OSes (DE, Android)
10+
* Improves users detection on Linux (#2064, Users, Linux)
11+
* Adds systemd fallback when utmp is unavailable
12+
* Fixes resource leaks
13+
* Always reports the newest session info
14+
* Adds kiss package manager support (#2072, Packages, Linux)
15+
* Reports `sshd` if `$SSH_TTY` is not available (Terminal)
16+
* Zpool module rewrite (#2051, Zpool)
17+
* Adds new Zpool properties: allocated, guid, readOnly
18+
* Zpool module now uses runtime lookup for properties to ensure portability
19+
* Adds NetBSD (requires `sudo`) and macOS support
20+
* Adds `splitLines` option for Command module, which splits the output into sub modules, each containing one line of the output (Command)
21+
```
22+
* Command output:
23+
Line 1
24+
Line 2
25+
Line 3
26+
27+
* Old behavior:
28+
Command: Line 1
29+
Line 2
30+
Line 3
31+
32+
* With `splitLines: true`:
33+
Command 1: Line 1
34+
Command 2: Line 2
35+
Command 3: Line 3
36+
```
37+
38+
Bugfixes:
39+
* Fixes {m,o}ksh version detection on Linux (Shell)
40+
* Fixes Alacritty config parsing for TOML format (#2070, TerminalFont)
41+
* Improves builtin logo printing for piping and buffering (#2065, Logo)
42+
* Uses absolute path when detecting shell and terminal version if available (#2067, TerminalShell)
43+
44+
Logos:
45+
* Updates Codex Linux logo (#2071)
46+
* Adds OS/2 Warp logo (#2062)
47+
* Adds Amiga logo (#2061)
48+
149
# 2.55.1
250

351
Bugfixes:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22

33
project(fastfetch
4-
VERSION 2.55.1
4+
VERSION 2.56.0
55
LANGUAGES C
66
DESCRIPTION "Fast neofetch-like system information tool"
77
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"

0 commit comments

Comments
 (0)