Changelog for 2021
Version 1.24.0 - 2021/12/05
- Added the ability to override scripts.
- Added VeraCrypt package and Mount VeraCrypt Volume, Dismount VeraCrypt Volume commands.
- Fixed problems with Stdin in Bash command.
- Added the Temporary File command.
- Added log parameter to Advanced Settings.
- Improved logging.
- Fixed bug when parsing JSON with null fields.
- Fixed some minor bugs.
Version 1.23.0 - 2021/11/15
- Added Todoist package and Export Todoist, Create Todoist Task commands.
- Added the Send JSON Request command.
- The scripts for testing the standard library are moved to the Tests package.
- Added Packages tab.
- Added the Convert JSON To Variable command.
- Using #varname# for array objects returns a string in JSON format.
- Improved output to the Console and Log in the browser when the script runs.
- Added the Text parameter to the Write To File command.
- Added a checkbox Hide duplicate tasks (in the Task Manager) in the general settings of the program.
- Added the sudo Password parameter to the Bash command.
- Added a change in the task status (Terminated) when it is externally terminated by the user. For example, Ctrl-C in the terminal.
Version 1.22.0 - 2021/10/01
- Added the Get Excel Cells command.
- Added the Create Documents From Excel command.
- Added the Parse Filename command.
- Added the Fill in Form command.
- Added the Auto Increment Filename command.
- Added Escape Filename action to the Set Variable command.
Version 1.21.0 - 2021/09/05
- Added the Foreach Row in XLSX command.
- Added the Remove Lines command.
- Added the Foreach Line command.
- Added the XLSX Template command.
- Added the ODS Template command.
- Added the ODT Template command.
- Added the DOCX Template command.
- Added the Append To Array command.
- Added the Append To Map command.
- Added predefined constants - date, time, year, month, day.
- A comparison condition by the presence of a substring has been added to the If Statement and While Statement commands.
- Fixed a bug in the Set Variable command - the 'Substitute Variable Values' parameter worked incorrectly.
Version 1.20.0 - 2021/08/09
- Added the Parse HTML command.
- Added the Browser tab to define scripts in Chrome extension.
- Added Chrome extension to run scripts from the browser.
Version 1.19.0 - 2021/06/07
- Added the Read INI Values command.
- Added the Create File From Template command.
- Added the Create Report command.
- Added Timeout parameter to the Exit command.
- Task Manager
- Added settings.
- Added pagination.
- Added Refresh button.
- Added protection of completed tasks from deletion.
Version 1.18.0 - 2021/04/30
- Added support for TLS connections. Working with a remote server is only possible via https. Installation on VPS hosting does not require Nginx, Apache and other web servers.
- Added the localport predefined constant.
- Removed access parameter and added localport, cert, priv parameters in config file.
- Fixed bug with the incorrect result of Check for Update.
- Fixed minor bugs in the Task Manager.
Version 1.17.0 - 2021/04/24
- Added the Try / Catch command.
- Added Pro version.
Version 1.16.0 - 2021/04/06
- Added Feedback form.
- Added the Scheduler - Events.
- Added the Create Event command.
- Added the Run Script command.
- Added data and eonzaport predefined constants.
- Added Starts with parameter to the If Statement command.
- Added Append Data parameter to the Write To File command.
- Added display of IP address to the Information tab of the running script.
Version 1.15.0 - 2021/03/23
- Added the Scheduler - Timers.
- Added the Markdown To HTML command.
- Added the Readme command.
- Added Preview option for Multi-line text in the script parameters.
Fixed bugs
- Wrong display HTML Text in the Form command.
Version 1.14.0 - 2021/03/09
- Added the Set Registry Value command.
- Added the Get Registry Value command.
- Added the Delete Registry Value command.
- Added the Delete Registry Key command.
- Added the Foreach Registry Value command.
- Added the Foreach Registry Subkey command.
- Added the Foreach Line in CSV command.
- Improved security.
Version 1.13.0 - 2021/02/19
- Added the Parse YAML command.
- Added the Hex Encoding command.
- Added the Base64 Encoding command.
- Added the Convert Text command.
- Added the Substitute Variable Values parameter to the Set Variable command.
- Added the Skip if file does not exist checkbox to the Delete File command.
- Refactored password protection.
Fixed bugs
- Notifications were not shown when using a password.
Version 1.12.0 - 2021/02/04
- Added the SMTP Server command.
- Added the Send Email command.
- Added the SQL Connection command.
- Added the SQL Close command.
- Added the SQL Exec command.
- Added the SQL Query command.
- Added the SQL Row command.
- Added the SQL Value command.
- Fixed some minor bugs.
Version 1.11.0 - 2021/01/22
- Added the Copy To Clipboard command.
- Added the Get Clipboard command.
- Added Notifications.
- Added the Notification command.
- Added the Send Telegram Message command.
- Added language selection on the first launch.
- Added variable substitution to the HTTP Request command.
- Added Check for Update button in Help - About.
- Added setting for automatic check for updates in Settings - General.
Version 1.10.0 - 2021/01/06
- Added the Rename Files command.
- Added the Move Files command.
- Added the Download File command.
- Added the Foreach Line in File command.
- Added Hash function to Set Variable command.
- Added If File Exists parameter to the Move File and Rename File commands.
- Added Save a copy to the If File Exists parameter in the Copy File command.
- Added Save a copy button in the File Confirmation command.
- Fixed some minor bugs.