Skip to content

Commit f8bc1cb

Browse files
committed
Releases: v2.55.0
1 parent 8b8eb6f commit f8bc1cb

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
1+
# 2.55.0
2+
3+
Changes:
4+
* Commands are now executed in parallel by default to improve performance (#2045, Command)
5+
* This behavior can be disabled in the config file with `"parallel": false` if it causes problems with certain scripts
6+
* Folder/filesystem hiding is moved to the detection stage; hidden entries are no longer probed, improving performance (#2043, Disk)
7+
8+
Features:
9+
* Adds `command.parallel` and `command.useStdErr` config options (Command)
10+
* `parallel`: set to `false` to disable parallel execution (see Changes above)
11+
* `useStdErr`: set to `true` to use stderr output instead of stdout
12+
* Adds the command-line flag `--dynamic-interval <interval-in-ms>` to enable dynamic output auto-refresh (#2041)
13+
* Adds support for using the current playing media's cover art as a logo source (Media / Logo)
14+
* Usage: `"logo": { "type": "<image-protocol>", "source": "mediacover" }`
15+
* Supports local sources only
16+
* Adds native GPU detection support on OpenBSD and NetBSD (instead of depending on `libpciaccess`) (GPU)
17+
* No functional changes
18+
* Root privileges are required to access PCI config space on OpenBSD (as always)
19+
* Adds GPU detection support on GNU/Hurd (GPU)
20+
* Requires building with `libpciaccess`
21+
* Shows Debian point release on Raspberry Pi OS (#2032, OS, Linux)
22+
* Adds `Brush` shell version detection (Shell)
23+
* Improves Mac family detection via prefix matching (Host)
24+
25+
Bugfixes:
26+
* Ignores `run-parts` during terminal/shell detection (#2048, Terminal / Shell, Linux)
27+
* Fixes fish version detection when `LC_ALL` is set (#2014, Shell, Linux)
28+
* Hides the module when no desktop icons are found (#2023, Icons, Windows)
29+
* Skips auxiliary display controllers to prevent the module from reporting duplicate entries (#2034, GPU, Linux)
30+
* Refines Apple rpath handling; fixes building for the Homebrew version on macOS (#1998, CMake)
31+
32+
Logos:
33+
* Adds Vincent OS and MacaroniOS
34+
135
# 2.54.0
236

3-
Windows binaries in Release page are now signed using SignPath.
37+
Windows binaries in Release page are now signed by SignPath.
438

539
Changes:
640
* Moves macOS and Windows design language detection from the DE module to the Theme module

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.54.0
4+
VERSION 2.55.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)