summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 4 insertions, 3 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>