3.0.2
- Let vpy_source_filter work with VS R55+ #18
3.0.1
- Add compatiblity with VS 55
3.0.0
Breaking changes
- Make the module compatible with async discord bots
- getnative() function is now async
- getnative() function returns now 3 values: best value string, pyplot and class object of getnative class
Example of how to use it in a bot:
https://github.com/Infiziert90/Tsuzuru-Bot/blob/master/commands/vapoursynth_commands.py#L165