* Added `{seasonize}` binding (e.g. map `AniDB` numbers to `TheTVDB` SxE numbers and vice versa)

This commit is contained in:
Reinhard Pointner 2019-06-10 04:00:22 +07:00
parent 2f4c3d8e80
commit 949bcd8ab6
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ Next Release (4.8.6)
====================
* Enhanced `Selection Dialog` with thumbnails and tooltips
* Improved support for mapping episode information between different databases and numbering schemes (e.g. via `AnimeLists` or `XEM`)
* Added `{seasonize}` binding (e.g. map `AniDB` numbers to `TheTVDB` SxE numbers and vice versa)
* 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