|
3 | 3 | Changes: |
4 | 4 | * Keys in JSON configuration files are now case-sensitive, as stated in v2.49.0 |
5 | 5 | * This is a breaking change, but it should not affect most users as long as your config file passes JSON schema validation. |
6 | | -* All module config flags are removed, as stated in v2.49.0 |
| 6 | +* All module config flags have been removed, as stated in v2.49.0 |
7 | 7 | * Percent bar config `display.bar.*` options have been replaced with a more organized, nested object structure. |
8 | 8 | * `display.bar.charElapsed` has been renamed to `display.bar.char.elapsed`. |
9 | 9 | * `display.bar.charTotal` has been renamed to `display.bar.char.total`. |
10 | 10 | * `display.bar.borderLeft` has been renamed to `display.bar.border.left`. |
11 | 11 | * `display.bar.borderRight` has been renamed to `display.bar.border.right`. |
12 | 12 |
|
13 | 13 | Features: |
14 | | -* Add `display.bar.border.{leftElapsed,rightElapsed}` for using border as parts of bar content. (#1875) |
| 14 | +* Added `display.bar.border.{leftElapsed,rightElapsed}` for using border as parts of bar content. (#1875) |
15 | 15 | * `display.bar.border: null` has been added as a shorthand to disable bar borders. |
16 | | -* Add `display.bar.color.{elapsed,total,border}` to customize the color of the elapsed, total and border sections of the percent bar. |
| 16 | +* Added `display.bar.color.{elapsed,total,border}` to customize the color of the elapsed, total and border sections of the percent bar. |
17 | 17 | * `display.bar.color: null` has been added as a shorthand to disable bar colors. |
18 | | -* Improve Bedrock linux detection (#1881, OS / Disk, Linux) |
19 | | -* Add command flag `--gen-config-full` which generates a JSON config file that contains all optional module options. |
20 | | -* Default IP address shown when `localip.showAllIPs` is not set is improved (LocalIP) |
| 18 | +* Improved Bedrock linux detection (#1881, OS / Disk, Linux) |
| 19 | +* Added command flag `--gen-config-full` which generates a JSON config file that contains all optional module options. |
| 20 | +* Improved default IP address display when `localip.showAllIPs` is not set (LocalIP) |
21 | 21 | * For IPv4, preferred source address (if detected) is shown |
22 | | - * For IPv6, first GUA or ULA that is not deprecated nor temporary is shown |
23 | | -* Support interface speed detection on SunOS (LocalIP, SunOS) |
24 | | -* Detect Xlibre (#1888, WM, Linux) |
25 | | -* Improve accuracy of color detection (Cursor, macOS) |
| 22 | + * For IPv6, first GUA or ULA that is not deprecated or temporary is shown |
| 23 | +* Added support for interface speed detection on SunOS (LocalIP, SunOS) |
| 24 | +* Added detection for Xlibre (#1888, WM, Linux) |
| 25 | +* Improved accuracy of color detection (Cursor, macOS) |
26 | 26 |
|
27 | 27 | Bugfixes: |
28 | | -* Fix possible segfault when parsing color strings in JSON config (#1878) |
29 | | -* Fix gpu driver detection when DRM is used (GPU, FreeBSD) |
30 | | -* Fix default route detection on DragonFly BSD (LocalIP, DFBSD) |
31 | | -* Fix lliurex detection (#1882, OS, Linux) |
32 | | -* Fix compatibility with `-ffast-math` (#1894) |
33 | | -* Fix physical GPU being ignored sometimes (#1896, GPU, Windows) |
| 28 | +* Fixed possible segfault when parsing color strings in JSON config (#1878) |
| 29 | +* Fixed GPU driver detection when DRM is used (GPU, FreeBSD) |
| 30 | +* Fixed default route detection on DragonFly BSD (LocalIP, DFBSD) |
| 31 | +* Fixed lliurex detection (#1882, OS, Linux) |
| 32 | +* Fixed compatibility with `-ffast-math` (#1894) |
| 33 | +* Fixed physical GPU being ignored sometimes (#1896, GPU, Windows) |
34 | 34 |
|
35 | 35 | Logos: |
36 | | -* Add ObsidianOS (#1890) |
| 36 | +* Added ObsidianOS (#1890) |
37 | 37 |
|
38 | 38 | # 2.49.0 |
39 | 39 |
|
|
0 commit comments