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:
12
12
* Fixes unexpected padding when setting ` logo.width ` with chafa logos (#1947 , Logo)
13
13
* Regression from v2.51.0
14
14
* Improves Wallpaper detection on XFCE4 (Wallpaper, Linux)
15
+ * Ignores process ` Relay(xxx) ` when detecting terminal on WSL2 (Terminal, Linux)
15
16
16
17
Features:
17
18
* Enables X11-related info (i.e., WM/DE) detection on Android (Global, Android)
@@ -21,6 +22,8 @@ Features:
21
22
* It's not always accurate. For example, XFCE4 has a separate config for text scaling, which is unaffected by the global DPI scaling setting.
22
23
* Adds ` display.fraction.trailingZeros: [show|hide] ` option for fraction formatting
23
24
* 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)
24
27
25
28
# 2.51.1
26
29
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
2
2
3
3
project (fastfetch
4
- VERSION 2.51.1
4
+ VERSION 2.52.0
5
5
LANGUAGES C
6
6
DESCRIPTION "Fast neofetch-like system information tool"
7
7
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
You can’t perform that action at this time.
0 commit comments