Skip to content

Commit f08a1fb

Browse files
committed
Release: v2.58.0
1 parent 2a82009 commit f08a1fb

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 2.58.0
2+
3+
An early release to fix compatibility issues with KDE Plasma 6.6.
4+
5+
Breaking changes:
6+
* The `de.slowVersionDetection` option has been removed. Slow version detection is now always enabled, as required on non-FHS-compliant distros (e.g., NixOS). (#2149, DE, Linux)
7+
8+
Features:
9+
* Adds the `--structure-disabled <modules...>` command-line flag to temporarily disable module structure printing.
10+
* For example: `fastfetch --structure-disabled colors` removes the color blocks from the default output.
11+
* Supports chassis type detection on Linux ARM devices when reported via the device tree (Chassis, Linux)
12+
* Supports Bedrock Linux version detection (#2155, OS, Linux)
13+
* Honors the `DBPath` and `RootDir` settings in `pacman.conf` when detecting Pacman packages (#2154, Packages, Linux)
14+
15+
Bugfixes:
16+
* Fixes a crash issues on KDE Plasma 6.6 (Display, Linux)
17+
* Fixes the Command module not working with `--dynamic-interval` (#2152, Command)
18+
* Fixes Quartz Compositor version detection. It now correctly reports the version of `WindowServer` (`SkyLight`) instead of `WindowManager`. (WM, macOS)
19+
20+
Logos:
21+
* Adds Kiss2
22+
123
# 2.57.1
224

325
Features:

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.57.1
4+
VERSION 2.58.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)