From 949bcd8ab6b9bd36d3b93be9d2f43cb9e6207a1f Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Mon, 10 Jun 2019 04:00:22 +0700 Subject: [PATCH] * Added `{seasonize}` binding (e.g. map `AniDB` numbers to `TheTVDB` SxE numbers and vice versa) --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 39440d16..a4158e11 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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