Skip to content

Commit 4f8d8de

Browse files
committed
Doc: update changelog [ci skip]
1 parent 54c5bc5 commit 4f8d8de

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 2.50.0 (expected release date: 2025-08-14)
2+
3+
Changes:
4+
* Percent bar config `display.bar.*` options have been replaced with a more organized, nested object structure.
5+
* `display.bar.charElapsed` has been renamed to `display.bar.char.elapsed`.
6+
* `display.bar.charTotal` has been renamed to `display.bar.char.total`.
7+
* `display.bar.borderLeft` has been renamed to `display.bar.border.left`.
8+
* `display.bar.borderRight` has been renamed to `display.bar.border.right`.
9+
10+
Features:
11+
* Add `display.bar.border.{leftElapsed,rightElapsed}` for using border as parts of bar content. (#1875)
12+
* `display.bar.border: null` has been added as a shortand to disable bar borders.
13+
* Add `display.bar.color.{elapsed,total,border}` to customize the color of the elapsed, total and border sections of the percent bar.
14+
* `display.bar.color: null` has been added as a shorthand to disable bar colors.
15+
116
# 2.49.0
217

318
Deprecation Notice:

0 commit comments

Comments
 (0)