summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-02-19 21:11:57 +0100
committerCanop <cano.petrole@gmail.com>2023-02-19 21:11:57 +0100
commitd39faef3fd36a1c17ddf4cd43c16fe0781da1b14 (patch)
tree06632bb473fa901fe6f377a6474922861bbfdfec
parentc32792311aebea27af71504106c6fac6da1967c4 (diff)
version 1.20.2v1.20.2
Fix #672
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml4
3 files changed, 9 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index daedddd..53ab48b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+### v1.20.2 - 2023-02-19
+<a name="v1.20.2"></a>
+- fix debug statement printed in some cases (mostly on Windows) - Fix #672
+
### v1.20.1 - 2023-02-08
<a name="v1.20.1"></a>
- fix status line not always displaying the hint of the input's verb - Fix #665
diff --git a/Cargo.lock b/Cargo.lock
index ad7b8e6..c90b648 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -151,7 +151,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "broot"
-version = "1.20.1"
+version = "1.20.2"
dependencies = [
"ahash 0.7.6",
"ansi_colours",
@@ -2134,9 +2134,9 @@ dependencies = [
[[package]]
name = "terminal-light"
-version = "1.1.0"
+version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ee11937392ee28dc61a34de5e7dfb26b9bea6db45bc9c44f4b6570290d6a1452"
+checksum = "9077b39afb70f12391e4c1fcf46319999cfc32b45d605a668052bc4d1b4511af"
dependencies = [
"coolor",
"crossterm",
diff --git a/Cargo.toml b/Cargo.toml
index dfc74ef..3e902a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.20.1"
+version = "1.20.2"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
homepage = "https://dystroy.org/broot"
@@ -60,7 +60,7 @@ syntect = { package = "syntect-no-panic", version = "4.6.1" } # see issue #485
tempfile = "3.2"
termimad = "0.21.0"
terminal-clipboard = { version = "0.3.1", optional = true }
-terminal-light = "1.1"
+terminal-light = "1.1.1"
tiny-skia = "0.8.2"
toml = "0.5"
umask = "2.0.0"