summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 838fffec..63d6626a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
CHANGELOG
=========
+0.44.2
+------
+- Added `accept-or-print-query` action that acts like `accept` but prints the
+ current query when there's no match for the query
+ ```sh
+ # You can make CTRL-R paste the current query when there's no match
+ export FZF_CTRL_R_OPTS='--bind enter:accept-or-print-query'
+ ```
+- Bug fixes
+
0.44.1
------
- Fixed crash when preview window is hidden on `focus` event