From 1cc13c9ae3de96830e1f9df336ea2976df6ee959 Mon Sep 17 00:00:00 2001 From: Jorge Morante Date: Sun, 21 Jul 2024 19:21:46 +0200 Subject: [PATCH] updated CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 131a05e3..d96d7775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.2.0 - 21 Jul 2024 + +* Add new option @fingers-enabled-builtin-patterns ( Fixes #19 ) +* New way of setting up tmux-fingers bindings, with command line option to allow using only specific patterns (built-in or custom) ( Fixes #117 ) +* Fix issue where zoom panes would be unzoomed when closing ( Fixes #123 ). +* Open tmux-fingers in same path as target pane path ( Fixes #120 ). + ## 2.1.5 - 02 May 2024 * User defined patterns now take precedence over built-in ones.