Skip to content

Releases: gentee/eonza

v1.9.0

26 Dec 08:55
Compare
Choose a tag to compare
  • Added Hide Tray Icon option in Settings.
  • Add Favorites scripts.
  • Added Favorite Scripts to the system tray icon.
  • Added optional onlyfiles parameter to the File List command.
  • Added the Directory Size command.
  • Added the Create Archive command.
  • Added the Unpack ZIP command.
  • Added the Unpack TAR.GZ command.

v1.8.0

12 Dec 15:16
Compare
Choose a tag to compare
  • Added tray icon with Open in Browser and Shutdown items (except MacOS).
  • Added Folder parameter to script settings.
  • Created Standard library folder for built-in scripts.
  • If another Eonza instance is running with the same configuration file, a web page with the previously launched instance will open in the browser.
  • Added Title parameter to Settings.
  • Improved Shutdown page.

v1.7.0

06 Dec 08:52
Compare
Choose a tag to compare
  • Added the Return command.
  • Added the Assertions command.
  • Added the File Hash command.
  • Added the Encrypt File and Decrypt File commands.
  • Added Password element to the Form command.
  • Added Append Path, Filename functions to the Set Variable command.

v1.6.0

23 Nov 03:59
Compare
Choose a tag to compare
  • Added the Copy Files command.
  • Added the Delete Empty Folders and Delete Files commands.
  • Added the File Confirmation command.
  • Added the Exclude the mask and Search only the directories parameters in the command Foreach File.
  • Added Split function to the Set Variable command.
  • Added selection of actions If File exists in the Copy File command.

v1.5.0

12 Nov 05:39
Compare
Choose a tag to compare
  • Added the Replace command.
  • Added the Regex - Find and Regex - Replace commands.
  • Added check of required fields in forms.
  • A form for specifying parameters is shown when running a script with parameters.
  • Added Length function to the command Set Variable.

v1.4.0

04 Nov 07:31
Compare
Choose a tag to compare
  • Added work with objects in variables. You can access object fields and elements. For example, #myobj.param#, #val[field]#, #val[#i#]#, #list[10].size#.
  • Added File(str) str, SetVar(str, obj), GetVarObj(str), ResultVar(str,obj) functions.
  • Added substitution of file contents in values. For example, </home/user/#mypath#/settings.json>.
  • Added the File List, Foreach and Parse JSON commands.
  • Added Split Text, Join Text commands.
  • Added constants for line feed, carriage return, tab and space characters.
  • Error processing on correct completion of the task has been removed.

v1.3.0

27 Oct 10:55
Compare
Choose a tag to compare
  • Added the Set Environment script to set the environment variables.
  • Added comparisons Environment Exists and RegEx Match in If Statement and While Statement commands.
  • Ask to save the modified script at Run, Export and Compile in the Editor.
  • Added functions (Absolute Path, Append, Upper case, Lower case, Substring, Current Time, Get Environment Variable) to the Set Variable command.
  • Added progress bar when copying large files in the command Copy File.

v1.2.0

08 Oct 12:05
Compare
Choose a tag to compare
  • Added -install flag to command line parameters.
  • Added whitelist in config file.
  • Added tasks limit in playground mode.
  • Improved security.
  • Added Create Directory command.
  • Added File/Dir Exists comparison in If and While statements.

v1.1.0

28 Sep 04:23
Compare
Choose a tag to compare
  • Added HTML escaping in Console tab.
  • Added Get Web Page command.
  • Added host to config.
  • Fixed bug in Form - Checkbox control type.
  • config.develop has been changed to mode (develop, playground).
  • Added playground mode.

v1.0.0

18 Sep 14:01
Compare
Choose a tag to compare
  • Added Compile tab in Editor.
  • Added HTTPRequest script.
  • Changed suffixes in Foreach File command.
  • Fixed some bugs.