Add CHANGES.md

This commit is contained in:
Reinhard Pointner 2019-05-01 14:31:56 +07:00
parent 672c015696
commit 02fbb8fa58
1 changed files with 11 additions and 0 deletions

11
CHANGES.md Normal file
View File

@ -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