Skip to content

Releases: gentee/eonza

v1.19.0

07 Jun 07:23
Compare
Choose a tag to compare
  • 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.

v1.18.0

30 Apr 03:08
Compare
Choose a tag to compare
  • 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 the config file.
  • Fixed bug with the incorrect result of Check for Update.
  • Fixed minor bugs in the Task Manager.

v1.17.0

24 Apr 15:37
Compare
Choose a tag to compare
  • Added the Try / Catch command.
  • Added Pro version.
    • License Pro
    • General Settings
    • Roles and users
    • Security
    • Storage

v1.16.0

06 Apr 08:25
Compare
Choose a tag to compare
  • 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.

v1.15.0

23 Mar 04:39
Compare
Choose a tag to compare
  • 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.

v1.14.0

09 Mar 07:34
Compare
Choose a tag to compare
  • 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.

v1.13.0

19 Feb 05:40
Compare
Choose a tag to compare
  • 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.

v1.12.0

04 Feb 12:09
Compare
Choose a tag to compare
  • 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.

v1.11.0

22 Jan 05:47
Compare
Choose a tag to compare
  • 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.

v1.10.0

06 Jan 08:11
Compare
Choose a tag to compare
  • 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.