summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-06-11 17:46:40 +0200
committerCanop <cano.petrole@gmail.com>2021-06-11 17:46:40 +0200
commit442e304c3f3ca867d09103301efee42da7ea969f (patch)
tree596f1cc7b0cee6b0bfde100dad7c2673e2f37755 /CHANGELOG.md
parent8b7bbf146c96de074c242abfdad40d21833d8a5a (diff)
"client-server" no longer feature gated
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1142a20..379d0d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
### next
- `working_dir` verb attribute
+- client-server mode fixed, no longer feature-gated (but still only available on unix like systems)
<a name="v1.5.1"></a>
### v1.5.1 - 2021-06-03
@@ -177,7 +178,7 @@ broot now accepts both TOML and Hjson files for configuration. Default is Hjson.
<a name="v0.20.1"></a>
### v0.20.1 - 2020-08-18
-- completion of the "client-server" feature (see client-server.md)
+- completion of the "client-server" feature
- the tree tries to keep the selection when you remove a filter using the esc key
- :focus now has a shortcut for when a file is selected too: ctrl-f
- show_selection_mark preference in config (mostly for cases the background isn't clear enough)