Skip to content

Commit 44e2341

Browse files
committed
Doc: update changelog
1 parent 59742bc commit 44e2341

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 2.52.0
2+
3+
Changes:
4+
* New optional build dependencies on Android
5+
* main: chafa dbus glib imagemagick libelf libxcb libxrandr pulseaudio zlib
6+
* x11: dconf xfconf
7+
8+
Bugfixes:
9+
* Fixes linking on 32-bit Android (#1939)
10+
* Skips network interfaces without IPs unless MAC address is requested (#1949, LocalIP)
11+
* Fixes unexpected padding when setting `logo.width` with chafa logos (#1947, Logo)
12+
* Regression from v2.51.0
13+
14+
Features:
15+
* Enables X11-related info (i.e., WM/DE) detection on Android (Global, Android)
16+
* This requires many dependencies. See above.
17+
* Adds scale factor detection for X11 (Display, Linux)
18+
* X11 doesn't natively report scale factor as Wayland does. Instead, Fastfetch tries to detect `Xft.dpi` (DPI used by X FreeType to scale fonts), which is usually set by the WM when DPI scaling is enabled.
19+
* It's not always accurate. For example, XFCE4 has a separate config for text scaling, which is not affected by the global DPI scaling setting.
20+
* Adds `display.fraction.trailingZeros: [show|hide]` option for fraction formatting
21+
* Informs users that module-specific CLI options are no longer supported and provide guidance on transitioning to JSON config
22+
123
# 2.51.1
224

325
Bugfixes:

0 commit comments

Comments
 (0)