Releases: gentee/eonza
Releases · gentee/eonza
v1.29.0
v1.28.0
v1.27.0
v1.26.0
- Added the Append To Variable command.
- Added the File Utilities package.
- Added the Delete Empty Dirs command (File Utilities package).
- Added the Duplicate File Finder command (File Utilities package).
- Added the Find Duplicate Files command (File Utilities package).
- Added the Foreach Empty Dir command (File Utilities package).
- Added the Function command.
- Added the Call Function command.
v1.25.1
v1.24.0
- 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.
v1.23.0
- 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.
v1.22.0
v1.21.0
- 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.