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

* Added -no-history CLI option

This commit is contained in:
Reinhard Pointner 2019-05-19 16:29:26 +07:00
parent 98799eb827
commit 61aa3cbbdb

View File

@ -4,6 +4,7 @@ Next Release (4.8.6)
* Added `{history}` binding for looking up the original file path of `{f}` (e.g. useful for `-exec` post-processing commands) * 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} + "]"}`) * 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 * Ensure that `ActionPopup` is always displayed on top of the Windows Task Bar
* Added `-no-history` CLI option
FileBot 4.8.5 FileBot 4.8.5