From be168b0de914ed04193ab734de0772615ae89493 Mon Sep 17 00:00:00 2001 From: Canop Date: Thu, 6 Jan 2022 16:55:00 +0100 Subject: version 1.9.0 --- CHANGELOG.md | 5 +++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 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 + +- 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 "] repository = "https://github.com/Canop/broot" documentation = "https://dystroy.org/broot" -- cgit v1.2.3