You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
8
10
9
11
Bugfixes:
10
12
* Fixes linking on 32-bit Android (#1939)
@@ -18,10 +20,12 @@ Features:
18
20
* Enables X11-related info (i.e., WM/DE) detection on Android (Global, Android)
19
21
* This requires many dependencies. See above.
20
22
* 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.
22
24
* 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
25
29
* Adds CPU name detection support for IA64 (CPU, Linux)
26
30
* Support Btrfs allocation profile detection (#1941, Btrfs, Linux)
0 commit comments