Changes:
* JSON option `display.keyWidth` has been renamed to `display.key.width`
- Previously: `{ "display": { "keyWidth": 3 } }`
- Now: `{ "display": { "key": { "width": 3 } } }`
* Windows Terminal font detection in WSL has been removed
Features:
* Add option `display.key.type: <enum>` to print icons in keys
- Supported value string, icon and both. Default to string (don't
display icons)
- Example: `{ "display": { "key": { "type": "icon" } } }`
* Add option `display.key.paddingLeft: <num>` to print left padding
(whitespaces) in keys
- Example: `{ "display": { "key": { "paddingLeft": 2 } } }`
* Add option modules.keyIcon to set icon for specified module
- Example: `{ "modules": { "type": "command", "keyIcon": "🔑" } }`
* Report system mono font name for Terminator if used (TerminalFont,
Linux)
* Don't require logo height to be set when using `--logo-position right`
* Report Snapdragon SOC marketing name for newer Android phones (CPU,
Android)
* Detect MTK SOC part name (CPU, Android)
Bugfixes:
* Don't wake up suspended GPUs when using `--ds-force-drm` (Display,
Linux)
* Fix printing editor type in JSON result (Editor)
* Fix `--logo-padding-*` not working correctly (Logo)
* Fix possible segfault when detecting GPU frequency (macOS, GPU)
OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=91