summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-10-30 15:12:34 +0200
committerCanop <cano.petrole@gmail.com>2021-10-30 15:12:34 +0200
commita1f36d003b0bab7d24207900c4c53b7656576996 (patch)
tree95a23f911d9d0828228d521ddd5e25509a6b4c57
parent2449ff71e6a0411c963388fcfe113f4f2b7d6683 (diff)
version 1.7.0v1.7.0
-rw-r--r--CHANGELOG.md3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59431aa..740eb0b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-### next
+<a name="v1.7.0"></a>
+### v1.7.0 - 2021-10-30
- "clipboard" feature now default (can still be removed at compilation with `--no-default-features`)
- fix clipboard features not working on some recent linux distributions
- you can now select part of the input with shift arrows or by dragging the mouse cursor
diff --git a/Cargo.lock b/Cargo.lock
index 82f300d..e71dff8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -140,7 +140,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "broot"
-version = "1.6.7-dev"
+version = "1.7.0"
dependencies = [
"ahash 0.7.4",
"ansi_colours",
diff --git a/Cargo.toml b/Cargo.toml
index 0a115ba..987e046 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.6.7-dev"
+version = "1.7.0"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"