Skip to content

Commit

Permalink
update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVerevkin committed Jun 1, 2023
1 parent 50313a1 commit 5677a64
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# i3status-rust 0.31.6

### New Blocks and Features

* Support custom separators in rotating text. Example: `format = " $title.str(max_w:30, rot_interval:0.2, rot_separator:' - ') |"`.

### Bug Fixes and Improvements

* Battery(sysfs): calculate battery level based on `{charge,energy}_{now,full}` instead of kernel-provided `capacity` (see [#1906](https://github.com/greshake/i3status-rust/issues/1906)).
* Text formatting now operates on graphemes instead of "chars". This means that symbols like "a̐" are now processed correctly.

# i3status-rust 0.31.5

### Bug Fixes and Improvements
Expand Down

0 comments on commit 5677a64

Please sign in to comment.