v0.1.0
Now minifies the Lua script when it's bigger than the maximum script size of 4096 characters.
In the workspace it now creates 2 files per script, a .lua file and a .min.lua file.
Only edit the .lua file, it will automatically write to .min.lua and write the minified script to it if needed.
Note: Once your script requires minification, you won't be able to read it from the controller xml anymore. Make sure you save your non-minified .lua script file!