summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-09-30 11:14:57 +0200
committerCanop <cano.petrole@gmail.com>2023-09-30 11:14:57 +0200
commitb61e53a0389360ccaed62f4ff7eed7bb5476f26b (patch)
tree3e13bd3cbdf8aba7daa6248869ad41153dcb0fde /CHANGELOG.md
parent71244dfb7170c1e3f4187bf7d7ef606af7291b1e (diff)
improve the status line
There was sometimes way too much elision on thin terminals, making it impossible to read. Parts are now removed when that happens. The status wasn't recomputed after background tasks, leading to wrong messages sometimes.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d9ad7d..7eb6ea2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+### next
+- improved status line
+
### v1.26.0 - 2023-09-27
<a name="v1.26.0"></a>
- when given a path to a file at launch, broot now selects it in the tree and opens it in preview - Fix #729