diff --git a/Include/Version.h b/Include/Version.h index e8a9555..52372c0 100644 --- a/Include/Version.h +++ b/Include/Version.h @@ -17,11 +17,11 @@ #define DO_MAKE_STR(x) #x #define MAKE_STR(x) DO_MAKE_STR(x) -#define VER_RELEASE 0 +#define VER_RELEASE 1 #define VER_MAJOR 0 #define VER_MINOR 1 -#define VER_BUILD 1 +#define VER_BUILD 2 #define VERSION_NUM VER_MAJOR,VER_MINOR,VER_BUILD,REV_NUM #define VERSION_STR MAKE_STR(VER_MAJOR) "." MAKE_STR(VER_MINOR) "." MAKE_STR(VER_BUILD) "." MAKE_STR(REV_NUM) diff --git a/history.txt b/history.txt index 695f67e..655fdcf 100644 --- a/history.txt +++ b/history.txt @@ -1,5 +1,5 @@ -v0.1.1 ----------------------- +v0.1.2.106 - 2022.01.05 +----------------------- Removed filter registration for .avs and .vpy extensions. This preserves the ability to open scripts using the "AVI/WAV File Source" system filter. Better solution is to add ScriptSourceFilter as an external filter in MPC-BE, MPC-HC and other players, set the priority as preferred and enable the filter when needed. v0.1.0.76 - 2020.06.16