diff options
author | Canop <cano.petrole@gmail.com> | 2021-03-18 21:02:48 +0100 |
---|---|---|
committer | Canop <cano.petrole@gmail.com> | 2021-03-18 21:02:48 +0100 |
commit | 3807e256cec399a945bc26a759ba570208e6ade8 (patch) | |
tree | 7abcf45d3e5547a35c2f655bf1d2567c4c1dbcb6 | |
parent | 42a03934538bb78397b7e323c7fe5fc6f44fffef (diff) |
version 1.2.9v1.2.9
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ce26beb..274f700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -### next -- +<a name="v1.2.9"></a> +### v1.2.9 - 2021-03-18 +- fix crash on `:input_del_word_left` - Fix #361 - remove diacritics and normalize unicode from input on fuzzy search (an unnormalized string with unwanted diacritics most often happen when you paste a string in the input) <a name="v1.2.8"></a> @@ -121,7 +121,7 @@ dependencies = [ [[package]] name = "broot" -version = "1.2.9-dev" +version = "1.2.9" dependencies = [ "ahash", "ansi_colours", @@ -1,6 +1,6 @@ [package] name = "broot" -version = "1.2.9-dev" +version = "1.2.9" authors = ["dystroy <denys.seguret@gmail.com>"] repository = "https://github.com/Canop/broot" documentation = "https://dystroy.org/broot" |