Skip to content

Basico P/S - Automation Orchestrator v0.3.5

Compare
Choose a tag to compare
@mbalslow mbalslow released this 12 May 13:43
· 19 commits to master since this release

Upgrade notes

Make sure to have the latest Python 3 64-bit version installed.

If you are upgrading from Automation Orchestrator v0.1.X, then your database must be reconfigured. This means that the setup and data of the database in the "AutomationOrchestratorDatabase" folder will NOT be automatically migrated to this new version. You must manually move the "db.sqlite3" to the "backup" subfolder to make room for a new database file to be created, hereafter, you must make your setup again from scratch.

If you are upgrading from v0.2.X or v0.3.X, simply unzip v0.3.5 alongside in the c:\AutomationOrchestrator folder and run the INSTALL.bat like with initial installation. The new version will connect to the existing database of the Automation Orchestrator and automatically migrate any database changes.

Key new features

  • The Automation Orchestrator now displays a system tray icon from where it is possible to quit the application (7bd19bb)

Bug fixes and improvements

  • Added option to run the application hidden with pythonw.exe (#41)
  • Significant improvements to the logic of running the server and removal of the forced full restart (0cbbf60)
  • Implemented validation and test function on the App path (b717133)
  • Unused psexec tools removed (16fbd9b)
  • Added support for sending SMTP emails with server without login (#40)
  • Added function to avoid old "Running" botflow executions (561ac68)
  • Improved documentation on common issues during installation