File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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
1617Features:
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
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22
33project (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"
You can’t perform that action at this time.
0 commit comments