diff options
author | Canop <cano.petrole@gmail.com> | 2020-07-26 19:28:34 +0200 |
---|---|---|
committer | Canop <cano.petrole@gmail.com> | 2020-07-26 19:28:34 +0200 |
commit | ac587f2cc7d95fc5f91410155e6e3bfa6a986653 (patch) | |
tree | 4274c590a008c8d450d4e501c96dc8c7877f7b26 | |
parent | b2f489e9c731a62dd1a63b4b82b43509ef58d602 (diff) |
version 0.19.2v0.19.2
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
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> @@ -106,7 +106,7 @@ dependencies = [ [[package]] name = "broot" -version = "0.19.2-alpha" +version = "0.19.2" dependencies = [ "bet", "chrono", @@ -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" |