1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-21 23:38:50 -05:00

* Improved SelectDialog with thumbnails and improved tooltips

This commit is contained in:
Reinhard Pointner 2019-05-05 12:52:36 +07:00
parent 025d867880
commit add5a81ea5

View File

@ -1,5 +1,6 @@
Next Release (4.8.6)
====================
* Improved `SelectDialog` with thumbnails and improved tooltips
* 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} + "]"}`)
* Ensure that `ActionPopup` is always displayed on top of the Windows Task Bar