summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-01-06 16:55:00 +0100
committerCanop <cano.petrole@gmail.com>2022-01-06 16:55:00 +0100
commitbe168b0de914ed04193ab734de0772615ae89493 (patch)
treee747095f4d3ff199c59021528dfd024e0feb7bc2
parent71aa0be13f58986276496defac2206ed58df82df (diff)
version 1.9.0v1.9.0
-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 10cff71..3875ac9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
-### next
-- total search (launched with ctrl-s) shows all matches - This is experimental and might be reversed, opinions welvome
+### v1.9.0 - 2022-01-06
+<a name="v1.9.0"></a>
+- total search (launched with ctrl-s) shows all matches - This is experimental and might be reversed, opinions welcome
- kitty graphics protocol used for high definition image rendering on recent enough versions of WezTerm - Fix #473
- fix syntaxic preview of Python files broken by comments - Fix #477
- home key bound to :input_go_to_start, end key bound to :input_go_to_end - Fix #475
diff --git a/Cargo.lock b/Cargo.lock
index 0e78cbb..508347c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -140,7 +140,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "broot"
-version = "1.8.2-dev"
+version = "1.9.0"
dependencies = [
"ahash 0.7.6",
"ansi_colours",
diff --git a/Cargo.toml b/Cargo.toml
index 4d1317d..60c3a70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.8.2-dev"
+version = "1.9.0"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"