summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-07-03 18:00:01 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-07-03 18:00:01 +0800
commit473ac20f5a03e95ed5fe02ced97231806282c09c (patch)
tree53aac8951436382475df2b0494bfdc5ab931f835 /README.md
parent03628c86778c29ee27e78608401766fe92a7c683 (diff)
Bump patch; fixes #14v2.1.6
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index b21b5f9..664d2b6 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,13 @@ dua interactive
* [ ] Evaluate unit coloring - can we highlight different units better, make them stick out?
+#### ✅ v2.1.6 - use latest version of open-rs
+
+That way, pressing `shift + O` to open the currently selected file won't possibly spam the terminal
+with messages caused by the program used to find the system program to open the file.
+
+Fixes [#14](https://github.com/Byron/dua-cli/issues/14)
+
#### ✅ v2.1.5 - re-release with Cargo.lock
#### ✅ v2.1.2 bug fixes and improvements