Skip to content

Commit 88147f8

Browse files
committed
Doc: update changelog
1 parent 505ff6f commit 88147f8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Changes:
55
* main: chafa dbus glib imagemagick libelf libxcb libxrandr pulseaudio zlib
66
* x11: dconf (Optional)
77
* Dependency on `libxfconf` is removed. XFCE related detection now uses `libdbus` instead (Linux)
8+
* The default format of `Display` module is updated to `{width}x{height} @ {scale-factor}x in {inch}", {refresh-rate} Hz`
9+
* Replaced scaled resolution with scale factor for shorter texts and avoiding potential confusion.
810

911
Bugfixes:
1012
* Fixes linking on 32-bit Android (#1939)
@@ -18,10 +20,12 @@ Features:
1820
* Enables X11-related info (i.e., WM/DE) detection on Android (Global, Android)
1921
* This requires many dependencies. See above.
2022
* Adds scale factors detection for X11 (Display, Linux)
21-
* 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.
23+
* X11 doesn't natively report scale factor as Wayland does. Instead, Fastfetch tries to detect `Xft.dpi` (DPI used by X FreeType for scaling fonts), which is usually set by the WM when DPI scaling is enabled.
2224
* It's not always accurate. For example, XFCE4 has a separate config for text scaling, which is unaffected by the global DPI scaling setting.
23-
* Adds `display.fraction.trailingZeros: [show|hide]` option for fraction formatting
24-
* Informs users that module-specific CLI options are no longer supported and provide guidance on transitioning to JSON config
25+
* Adds `display.fraction.trailingZeros: [always|never]` option for fraction formatting
26+
* The default value of `display.fraction.ndigits` is changed from `-1` (unlimited) to `2` for usability.
27+
* Used for displaying scale factor in Display module mentioned above, alongside other places for printing raw fraction numbers.
28+
* Informs users that module-specific CLI options are no longer supported and provide guidance for transitioning to JSON config
2529
* Adds CPU name detection support for IA64 (CPU, Linux)
2630
* Support Btrfs allocation profile detection (#1941, Btrfs, Linux)
2731

0 commit comments

Comments
 (0)