summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-01-07 07:40:10 +0100
committerCanop <cano.petrole@gmail.com>2022-01-07 07:40:10 +0100
commit356d4c989e8d8f5eb0b8ced3f076f44115dd2b8c (patch)
treeb2e4cc9b16e2405e35e634c2393ab070e7545f27
parente89fb172d81fe99dd4d8a95b8784b2ed25a8ba37 (diff)
version 1.9.1v1.9.1
-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 5ae42bb..b0cb768 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
-### next
-- fix a few problems of speed, flickering and uncleaned background with Kitty images
+### v1.9.1 - 2022-01-07
+<a name="v1.9.1"></a>
+- fix a few problems of speed, flickering and uncleaned background with high resolution image preview
### v1.9.0 - 2022-01-06
<a name="v1.9.0"></a>
diff --git a/Cargo.lock b/Cargo.lock
index 508347c..f865e98 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -140,7 +140,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "broot"
-version = "1.9.0"
+version = "1.9.1"
dependencies = [
"ahash 0.7.6",
"ansi_colours",
diff --git a/Cargo.toml b/Cargo.toml
index 60c3a70..0ccf0ba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.9.0"
+version = "1.9.1"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"