diff options
author | Canop <cano.petrole@gmail.com> | 2021-01-07 18:52:12 +0100 |
---|---|---|
committer | Canop <cano.petrole@gmail.com> | 2021-01-07 18:52:12 +0100 |
commit | 5976582336094c612534ae8d97952b067c508255 (patch) | |
tree | 953d883eb6a4cff815558fe5d77980b59c72cf28 | |
parent | fe901eecc52c672289949e7adfa03d8d0b7e804d (diff) |
version 1.1.11v1.1.11
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a44321e..396e867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -### next +<a name="v1.1.11"></a> +### v1.1.11 - 2021-01-07 - fix handling of rules starting with '/' in the global gitignore - Fix #321 - alt-c now mapped to the new :copy_line verb which, when in tree, puts the selected path in the clipboard and, when in text preview, puts the selected text line in the clipboard - Fix #322 - it's possible to define verb execution patterns as arrays instead of simple strings, to avoid having to escape quotes - Fix #319 @@ -115,7 +115,7 @@ dependencies = [ [[package]] name = "broot" -version = "1.1.11-dev" +version = "1.1.11" dependencies = [ "ansi_colours", "base64 0.13.0", @@ -1,6 +1,6 @@ [package] name = "broot" -version = "1.1.11-dev" +version = "1.1.11" authors = ["dystroy <denys.seguret@gmail.com>"] repository = "https://github.com/Canop/broot" documentation = "https://dystroy.org/broot" |