Allow dynamic code evaluation (e.g. `evaluate('/path/to/snippet.groovy' as File)`)

This commit is contained in:
Reinhard Pointner 2019-05-26 22:52:12 +07:00
parent 97aab5eab4
commit fd85ad349b
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Next Release (4.8.6)
* Ensure that `ActionPopup` is always displayed on top of the Windows Task Bar
* Improved `-mediainfo -exec` pipeline
* Added `-no-history` CLI option
* Allow dynamic code evaluation (e.g. `evaluate('/path/to/snippet.groovy' as File)`)
* Allow `@file.groovy` syntax in `Format Editor` and `Preset Editor` (e.g. `@/path/to/MyFormat.groovy`)
* Allow `*.groovy` files as argument value for `--format`, `--filter` and `--file-filter` CLI options (e.g. `--format /path/to/MyFormat.groovy`)