From 5677a6433e4a4de343511df7627d1dac05ebdf44 Mon Sep 17 00:00:00 2001 From: MaxVerevkin Date: Thu, 1 Jun 2023 10:47:07 +0300 Subject: [PATCH] update NEWS.md --- NEWS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS.md b/NEWS.md index 9b0900b70..d8b22d03b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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