summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2019-10-23 22:15:17 +0200
committerSebastian Thiel <sebastian.thiel@icloud.com>2019-10-23 22:16:04 +0200
commit0627932c3c908b1d7ec48e728687a6eac7f291b7 (patch)
treec3e1683f2a3cd156acfebf96e0e31433785c6453 /README.md
parent70c8d44b8ac42170989aa2e892cf44f79b9ab4c2 (diff)
Bump versionv2.1.12
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 045fb44..a71b600 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,12 @@ dua interactive
* [ ] Evaluate unit coloring - can we highlight different units better, make them stick out?
+#### ✅ v2.1.112-- More obvious highlighting of active panel
+
+Depending on the terminal used, it might not have been obvious which panel was active. This might be
+confusing to new and current users.
+Now the color of the widget frame is changed to light gray, instead of remaining gray.
+
#### ✅ v2.1.11 - Finally fix symlink handling
`dua` will not follow symbolic links when deleting directories. Thank a ton, @vks!