Skip to content

Commit f7e7d54

Browse files
committed
Release: v2.52.0
1 parent 5e068d2 commit f7e7d54

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Bugfixes:
1212
* Fixes unexpected padding when setting `logo.width` with chafa logos (#1947, Logo)
1313
* Regression from v2.51.0
1414
* Improves Wallpaper detection on XFCE4 (Wallpaper, Linux)
15+
* Ignores process `Relay(xxx)` when detecting terminal on WSL2 (Terminal, Linux)
1516

1617
Features:
1718
* Enables X11-related info (i.e., WM/DE) detection on Android (Global, Android)
@@ -21,6 +22,8 @@ Features:
2122
* It's not always accurate. For example, XFCE4 has a separate config for text scaling, which is unaffected by the global DPI scaling setting.
2223
* Adds `display.fraction.trailingZeros: [show|hide]` option for fraction formatting
2324
* Informs users that module-specific CLI options are no longer supported and provide guidance on transitioning to JSON config
25+
* Adds CPU name detection support for IA64 (CPU, Linux)
26+
* Support Btrfs allocation profile detection (#1941, Btrfs, Linux)
2427

2528
# 2.51.1
2629

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.51.1
4+
VERSION 2.52.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)