summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-03-18 21:02:48 +0100
committerCanop <cano.petrole@gmail.com>2021-03-18 21:02:48 +0100
commit3807e256cec399a945bc26a759ba570208e6ade8 (patch)
tree7abcf45d3e5547a35c2f655bf1d2567c4c1dbcb6
parent42a03934538bb78397b7e323c7fe5fc6f44fffef (diff)
version 1.2.9v1.2.9
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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>
diff --git a/Cargo.lock b/Cargo.lock
index dc65725..4dd2549 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -121,7 +121,7 @@ dependencies = [
[[package]]
name = "broot"
-version = "1.2.9-dev"
+version = "1.2.9"
dependencies = [
"ahash",
"ansi_colours",
diff --git a/Cargo.toml b/Cargo.toml
index 3fbbac6..bc6e6c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"