summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-07-26 19:28:34 +0200
committerCanop <cano.petrole@gmail.com>2020-07-26 19:28:34 +0200
commitac587f2cc7d95fc5f91410155e6e3bfa6a986653 (patch)
tree4274c590a008c8d450d4e501c96dc8c7877f7b26
parentb2f489e9c731a62dd1a63b4b82b43509ef58d602 (diff)
version 0.19.2v0.19.2
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18a9b5e..64bb453 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,12 @@
-### next version
-- preview's pattern is kept when changing file
+<a name="v0.19.2"></a>
+### v0.19.2 - 2020-07-26
- "client-server" feature (see client-server.md)
+- preview's pattern is kept when changing file
- selected line in preview, interesting when removing the pattern (to see what's around a match)
- faster availability of huge files in preview
- search in preview now interrupted by key events (just like the trees)
- a content search in a tree is propagated as a regex in a preview on :panel_right (ctrl-right)
-- syntax theme choice
+- syntax theme choice in conf.toml
- {line} in a verb execution pattern refers to the line number
<a name="v0.19.1"></a>
diff --git a/Cargo.lock b/Cargo.lock
index 5cd89c3..35afa4c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -106,7 +106,7 @@ dependencies = [
[[package]]
name = "broot"
-version = "0.19.2-alpha"
+version = "0.19.2"
dependencies = [
"bet",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 6d3af52..4b9dc79 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "0.19.2-alpha"
+version = "0.19.2"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"