summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-01-14 18:24:13 +0100
committerCanop <cano.petrole@gmail.com>2021-01-14 18:24:13 +0100
commit780dffed4ad00414d7ecf5a4ff257e9ef6b1a7e4 (patch)
treea167bb850b2561f1b07d0444e3a78e0cbf40dd26
parent30ac7feca383f576ce075bcec505fccd7757f873 (diff)
version 1.2.0v1.2.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml6
3 files changed, 9 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39e574b..20bd7ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
-### next
-- expermimental "modal mode" (or "vim mode") in broot. See vim_mode.md
+<a name="v1.2.0"></a>
+### v1.2.0 - 2021-01-14
+- experimental "modal mode" (or "vim mode") in broot. See https://dystroy.org/broot/vim_mode/
- fix mouse staying captured during external app execution - Fix #325
<a name="v1.1.11"></a>
diff --git a/Cargo.lock b/Cargo.lock
index e0b40d9..bee7b2c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -115,7 +115,7 @@ dependencies = [
[[package]]
name = "broot"
-version = "1.2.0-dev"
+version = "1.2.0"
dependencies = [
"ansi_colours",
"base64 0.13.0",
@@ -533,9 +533,9 @@ dependencies = [
[[package]]
name = "deser-hjson"
-version = "0.1.6"
+version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6a32f33b3655c00f7f3fc86410b573830bf6780afc35607d6e9ff09d49847a94"
+checksum = "fe0bd3d7d417d64ee4c1a70e3d8914069c29d6d1b7feb2d30c6140304f604a28"
dependencies = [
"serde",
]
diff --git a/Cargo.toml b/Cargo.toml
index ccd92af..09823de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.2.0-dev"
+version = "1.2.0"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"
@@ -29,7 +29,7 @@ chrono = "0.4"
crossbeam = "0.7"
crossterm = "0.17.7"
custom_error = "1.6"
-deser-hjson = "0.1.6"
+deser-hjson = "0.1.7"
directories = "2.0"
file-size = "1.0.3"
fnv = "1.0.7"
@@ -92,7 +92,7 @@ harness = false
# minimad = { path = "../minimad" }
# termimad = { path = "../termimad" }
# crossterm = { path = "../crossterm-rs/crossterm" }
-# deser-hjson = { path = "../deser-hjson" }
+#deser-hjson = { path = "../deser-hjson" }
# umask = { path = "../umask" }
# secular = { path = "../secular" }
# strict = { path = "../strict" }