Astron RPA v1.1.5 (Release)
Today, AstronRPA officially releases version v1.1.5. This version marks the official parity between the AstronRPA Open Source and SaaS editions. Moving forward, SaaS users no longer need to download the Open Source client; after configuring the backend, a seamless switch is possible simply by modifying the configuration file. Astron-RPA has undergone extensive iterations from v1.1.2-nightly to v1.1.5.
For existing users, we have ensured smooth backward compatibility. You can retain your existing user accounts and robots. Simply pull the latest image, restart the service, and download the latest client to upgrade.
(Note: Two new parameters have been added to .env.example. You may need to update your .env file accordingly.)
Due to the documentation changes brought about by this update, the main repository documentation will be updated over the coming period.
Here is the detailed summary of the updates:
🚀 Core Architecture & Key Highlights
-
Architecture Migration (Tauri -> Electron): The project's underlying framework has been switched from Tauri to Electron. This includes updates to build configurations, protocol registration, and multi-instance focus handling (#367, #375, #382).