|
1 | 1 | # 2.20.0 |
2 | 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 | + |
3 | 5 | Changes: |
4 | 6 | * JSON option `display.keyWidth` has been renamed to `display.key.width` |
5 | 7 | * Previously: `{ "display": { "keyWidth": 3 } }` |
6 | 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) |
7 | 10 |
|
8 | | -Features |
| 11 | +Features: |
9 | 12 | * Add option `display.key.type: <enum>` to print icons in keys |
10 | 13 | * Supported value `string`, `icon` and `both`. Default to `string` (don't display icons) |
11 | 14 | * Example: `{ "display": { "key": { "type": "icon" } } }` |
12 | 15 | * Add option `display.key.paddingLeft: <num>` to print left padding (whitespaces) in keys |
13 | 16 | * Example: `{ "display": { "key": { "paddingLeft": 2 } } }` |
14 | 17 | * Add option `modules.keyIcon` to set icon for specified module |
15 | 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) |
16 | 29 |
|
17 | 30 | # 2.19.1 |
18 | 31 |
|
|
0 commit comments