improved
5.0 Release: Debugging, Search Algorithm, UX/UI
over 1 year ago by ElectroNeek
In this update we have implemented a number of useful features such as better activities search algorithm, option to add breakpoints ‘on the fly’ as well as improved UX and UI. Read the complete changelog with the new features here!
Main Changes
- New feature (Studio Pro) - Added an option to add breakpoints ‘on the fly’ both in normal and debug modes
- Improvement (Studio Pro) - Added option not to minimize Studio Pro after launching a bot in debug mode, Various debug mode UX/UI improvementsImprovement (Studio Pro) - Better activities search algorithm
- Improvement (Bot Runner) - Various UI improvements
Complete Changelog
Improvements
Studio Pro
- Various debug mode UX/UI improvements:
- The multifunctional debug mode button has been changed with a green button. Now it always launches the workflow in normal mode.
- If there are breakpoints, the transparent debug button appears. This button triggers the debug mode.
- The ‘Debug’ menu option has been separated from the ‘Run’ tab.
- Added an option to add breakpoints ‘on the fly’ both in normal and debug modes. It is now possible to add breakpoints to next steps while the workflow is being executed. It can be done with normal and debug mode scenarios. In the case of the normal mode, the workflow will be switched to debug mode automatically once it reaches the step where the breakpoint was added.
- Added an option not to minimize Studio Pro after launching a bot in debug mode. Now it is possible to disable auto minimizing in debug mode.
- Better activities search algorithm. The search algorithm has been improved. It helps to minimize the probability of irrelevant results when searching for specific activities. Besides, actually relevant results will be shown more often.
- Improved ‘Extract text’ activity functionality. Possible corner cases when using after and before parameters have been taken into consideration and worked through.
- Notify the user when there is not enough RAM. Studio now warns that the RAM is running out when there is less than 10% of its space left.
- Studio Pro is added to firewall exceptions when installing. Now Studio Pro is automatically added to the exceptions list during installation.
- Reworked loader design. Visual changes have been introduced to loader windows.
- Added support for the XML format in request’s body and response when working with the ‘HTTP Request’ activity. If the content-type is application/xml or text/xml, the activity will automatically parse the request body, provided as a string, to xml. The return result will be automatically converted to json.
Bot Runner
- Bot Runner is automatically added to firewall exceptions when installing. Now Bot Runner is automatically added to the exceptions list.
- Various UX/UI improvements:
- Additional account info is displayed upon logging in to Orchestrator SaaS.
- The tabs content has been brought to a unified style.
- Reworked loader design. Visual changes have been introduced to loader windows.
Bug Fixes
Studio Pro
- Fixed an error when reading a PDF file that has % or # symbols in its name.
- 'Input to desktop app' activity: fixed issues with keyboard layout when using additional syntax.
- Fixed version number missing from the created autologs files.
- Fixed behavior of Ctrl + ] combination: now it works correctly both in Studio Pro and Bot Runner. Solved the problem when it only worked in the first launched program.
- Fixed the text color in the console output message after the workflow was stopped.
- Fixed an issue when the recently opened workflows were not added to the list of last viewed workflows.
- Fixed an issue with an absent error message when logging in to Studio Pro without a permission to use it.
- Fixed an issue when ‘Close’, ‘Minimize’ and ‘Maximize’ buttons were still active while Desktop Picker is active.
- ‘Find image' and 'Click on image’ activities: fixed a crash when cropping a screenshot.
- Fixed an issue when a second forced stop dialog window appears after stopping a workflow execution.
- Fixed an error when some activities groups could become unclickable after installing Studio Pro.
- Fixed a rare issue that caused infinite loading when opening a workflow file.
- ‘Click on element', 'Get element value' and 'Get element property’ activities: solved the problem when these activities did not work with the “Use focused element” option.
- Fixed missing error message when specifying a file instead of a folder while using ‘Zip files’ activity.
- Fixed an error after selecting the Open application block and click on the canvas.
- Fixed an error when it was impossible select an element using Interface Picker ('Element not found' message was shown).
- Fixed EPERM error when attempting to launch Studio after installation.
- Publish to Orchestrator - fixed an error when specifying one of the following symbols: * “ :\ ?
- Fixed an issue when description of blocks related to ‘Click on…’ features did not change according to the activated checkboxes.
- Fixed an error when it was impossible to input numbers while using ‘Input to browser’ activity.
- Fixed Ctrl + Z key combination not working properly after copying activities from workflow to another.
Bot Runner
- Fixed an error when launching two bots consequently using Bot Runner.
- Fixed an error when tabs contents were not displayed.
- Fixed an issue when a second forced stop dialog window appears after stopping a workflow execution.
- Other minor interface and text fixes.
Orchestrator
- Fixed an error when it was impossible to add new members to the Team.
- Fixed possible error when a blank page was displayed when switching the portal and account pages after logging in.
- Fixed an error whn it was impossible to republish workflows that were published using the older platfrom versions.
- Fixed an error when ‘Stop’ and ‘Hard stop’ buttons did not work from the workflows list.
- Resolved an issue when ‘Added’ status was the same as ‘Running’ status.
- Fixed a rare issue when connection with Bot Runner could be lost.
- Other minor interface fixes and corrections.