Release Notes: Fuzzy Expect: expect an approximate number. Plus several bugfixes: $var ending in semicolon not dereferencing, an IDE issue when typing a line that ended in a semicolon, and while loop comparison if the first value was blank.
Release Notes: Feature:Fuzzy Expect was added for approximate numbers. Speed when using EL_REMOTE_HOST=none (default) was improved. *TIMESTAMP now has millisecond resolution.
Release Notes: The EL_SHELL environment variable was added when using EL_CONNECTION_METHOD=none. *TIMESTAMP output now goes to the *LOG file. *LOGAPPEND now correctly appends to the default log file name. String, math, search/replace, and concat functions were added. *NOINCLUDE was added to prevent include files from being included.
Release Notes: Bugfixes and improvements. Improves foreach loops using code blocks by normalizing the list variable before executing, Improved login prompt detection, eliminating delay when using EL_CONNECTION_METHOD=none, Improved copy/paste into INTERACT/IDE from Windows and PuTTY.
Release Notes: This release enhanced code blocks with a foreach loop, added string math (search/replace, concat, remove), improved SSH login, and fixed an SSH options bug.
Release Notes: This release enhanced code blocks with "then" and "else" blocks, added an EL_INFINITE_LOOP environment variable that sets a user's default infinite loop protection, shortened expect-lite help, and enhanced the man page.
Release Notes: A bug in the new *LOG feature when used on the command line was fixed.
Release Notes: This release adds support for native logging to a file using *LOG/*NOLOG. It improves install.sh for NFS mounted home drives.
Release Notes: This release adds include file passing var=values with spaces, adds el_shell.elt, a helpful dev script for easy copy and pasting commands, and has more small bugfixes: "send" bug "bad flag -1", dyn var capture when "=" are present e.g. +$var=(\d) = STRING, single number expect, and a bug if a number was not on a line by itself.
Release Notes: This release fixes Ubuntu bug #994386, login sending an incorrect env setup command, while loop test blank (undefined) variables, infinite loop counters (it was still counting too many), and install.sh configuring as an unprivileged user (a fix for NFS-mounted home directories). An expect-lite blog has been created.