2021-08-10.
Info and download
Some changes:
- New program name is "Derobotize Me C#".
- 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.
Future versions will not have so drastic changes.
Recommended:
- Before installing, uninstall previous QM3 version. Or at least don't install to the same folder. Previously default folder was QM3, now Derobotizer. After installing this version, simply delete the old QM3 folder if don't need.