2021-08-10.
Info and download
Some changes:
- Most automation classes and static functions have been renamed, like AMouse.Click -> mouse.click. Some functions moved to other classes, like AFile.Run -> run.it.
- Now default script template is without much boilerplate code. The old template cannot be used. See Options -> Templates.
- Now default is /*/ ifRunning warn_restart /*/. Removed /*/ runSingle /*/.
- Uses C# 9 and some C# 10 features. For example top-level statements (C# 9) and global using directives (C# 10).
- Uses .NET 5.
Info and download
Some changes:
- Most automation classes and static functions have been renamed, like AMouse.Click -> mouse.click. Some functions moved to other classes, like AFile.Run -> run.it.
- Now default script template is without much boilerplate code. The old template cannot be used. See Options -> Templates.
- Now default is /*/ ifRunning warn_restart /*/. Removed /*/ runSingle /*/.
- Uses C# 9 and some C# 10 features. For example top-level statements (C# 9) and global using directives (C# 10).
- Uses .NET 5.