1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Add CHANGES.md

This commit is contained in:
Reinhard Pointner 2019-05-01 14:31:56 +07:00
parent 672c015696
commit 02fbb8fa58

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