From 02fbb8fa58e1f305b50185c3b5cab497e77ddda1 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Wed, 1 May 2019 14:31:56 +0700 Subject: [PATCH] Add CHANGES.md --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 00000000..425b1d4c --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,11 @@ +Next Release (4.8.6) +==================== + +Features +-------- +* Added `{history}` binding for looking up the original file path of `{f}` (e.g. useful for `-exec` post-processing commands) +* Evaluate `{closures}` automatically in `String.plus(Closure)` constructs (e.g. `{"[" + {n} + " " + {s00e00} + "]"}`) + +Bug Fixes +--------- +* Ensure that `ActionPopup` is always displayed on top of the Windows Task Bar