Skip to content

Commit 5d8edc0

Browse files
committed
Doc: update changelog [ci skip]
1 parent 78530b4 commit 5d8edc0

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

CHANGELOG.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@
33
Changes:
44
* Keys in JSON configuration files are now case-sensitive, as stated in v2.49.0
55
* 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
77
* Percent bar config `display.bar.*` options have been replaced with a more organized, nested object structure.
88
* `display.bar.charElapsed` has been renamed to `display.bar.char.elapsed`.
99
* `display.bar.charTotal` has been renamed to `display.bar.char.total`.
1010
* `display.bar.borderLeft` has been renamed to `display.bar.border.left`.
1111
* `display.bar.borderRight` has been renamed to `display.bar.border.right`.
1212

1313
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)
1515
* `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.
1717
* `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)
2121
* 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)
2626

2727
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)
3434

3535
Logos:
36-
* Add ObsidianOS (#1890)
36+
* Added ObsidianOS (#1890)
3737

3838
# 2.49.0
3939

0 commit comments

Comments
 (0)