|
| 1 | +# 2.20.0 |
| 2 | + |
| 3 | +This release fixes regression of `2.19.0` on M1 MacBook Air. It also introduces a new option `--key-type icon` to display predefined icons in keys (requires newest nerd font). See `fastfetch -h key-type` for detail. |
| 4 | + |
| 5 | +Changes: |
| 6 | +* JSON option `display.keyWidth` has been renamed to `display.key.width` |
| 7 | + * Previously: `{ "display": { "keyWidth": 3 } }` |
| 8 | + * Now: `{ "display": { "key": { "width": 3 } } }` |
| 9 | +* Windows Terminal font detection **in WSL** has been removed due to [issue #1113](https://github.com/fastfetch/fastfetch/issues/1113) |
| 10 | + |
| 11 | +Features: |
| 12 | +* Add option `display.key.type: <enum>` to print icons in keys |
| 13 | + * Supported value `string`, `icon` and `both`. Default to `string` (don't display icons) |
| 14 | + * Example: `{ "display": { "key": { "type": "icon" } } }` |
| 15 | +* Add option `display.key.paddingLeft: <num>` to print left padding (whitespaces) in keys |
| 16 | + * Example: `{ "display": { "key": { "paddingLeft": 2 } } }` |
| 17 | +* Add option `modules.keyIcon` to set icon for specified module |
| 18 | + * Example: `{ "modules": { "type": "command", "keyIcon": "🔑" } }` |
| 19 | +* Report system mono font name for Terminator if used (TerminalFont, Linux) |
| 20 | +* Don't require logo height to be set when using `--logo-position right` |
| 21 | +* Report Snapdragon SOC marketing name for newer Android phones (CPU, Android) |
| 22 | +* Detect MTK SOC part name (CPU, Android) |
| 23 | + |
| 24 | +Bugfixes: |
| 25 | +* Don't wake up suspended GPUs when using `--ds-force-drm` (Display, Linux) |
| 26 | +* Fix printing editor type in JSON result (Editor) |
| 27 | +* Fix `--logo-padding-*` not working correctly (#1121, Logo) |
| 28 | +* Fix possible segfault when detecting GPU frequency (#1121, macOS, GPU) |
| 29 | + |
1 | 30 | # 2.19.1 |
2 | 31 |
|
3 | 32 | Bugfixes |
|
0 commit comments