diff --git a/DependencyControl.json b/DependencyControl.json index 5aeb434..7833e66 100644 --- a/DependencyControl.json +++ b/DependencyControl.json @@ -280,6 +280,9 @@ ], "0.2.0": [ "Allow tracking multiple lines at once as long as they're arranged in some sane way" + ], + "0.3.0": [ + "Correctly handle LayoutResY or the video height differing from PlayResY, but yell at the user when they differ" ] } }, diff --git a/macros/arch.PerspectiveMotion.moon b/macros/arch.PerspectiveMotion.moon index 7234f7c..b744578 100644 --- a/macros/arch.PerspectiveMotion.moon +++ b/macros/arch.PerspectiveMotion.moon @@ -2,7 +2,7 @@ export script_name = "Aegisub Perspective-Motion" export script_description = "Apply perspective motion tracking data" export script_author = "arch1t3cht" export script_namespace = "arch.PerspectiveMotion" -export script_version = "0.2.0" +export script_version = "0.3.0" DependencyControl = require "l0.DependencyControl" dep = DependencyControl{