summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-08-18 21:21:04 +0200
committerCanop <cano.petrole@gmail.com>2020-08-18 21:21:04 +0200
commitb51671553875a01db3068de757e346d66aae2fde (patch)
tree18edd80f139d2810c54a13392b973002ce625e00
parent6604a3142c769624ceb11f2f87bedca446b6e493 (diff)
version 0.20.1v0.20.1
-rw-r--r--CHANGELOG.md8
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc4c5c3..1b4f581 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,10 @@
-### next version
+<a name="v0.20.1"></a>
+### v0.20.1 - 2020-08-18
- completion of the "client-server" feature (see client-server.md)
-- removing a filter using the esc key on a tree tries to keep the selection
+- 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)
-#### breaking change
-The working directory of external processes launched by broot isn't set anymore by default.
+- **breaking change:** The working directory of external processes launched by broot isn't set anymore by default.
If you want it to be changed, add `set_working_dir = true` to the verb definition.
<a name="v0.20.0"></a>
diff --git a/Cargo.lock b/Cargo.lock
index 6da87ab..e6dbfd2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -121,7 +121,7 @@ dependencies = [
[[package]]
name = "broot"
-version = "0.20.1-dev"
+version = "0.20.1"
dependencies = [
"ansi_colours",
"bet",
diff --git a/Cargo.toml b/Cargo.toml
index 6779488..b6a45e9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "0.20.1-dev"
+version = "0.20.1"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"