|
| 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 | + |
1 | 49 | # 2.55.1 |
2 | 50 |
|
3 | 51 | Bugfixes: |
|
0 commit comments