Fixed a bug where loading a corrupted preferences file would cause a crash. A corrupted preferences file should just be deleted.
All calls to the external stty command are now wrapped in a catch to prevent failures. This doesn't mean that stty won't fail, it just means that InstallJammer won't fail as a result of it. This could mean that some console actions do not work as expected on some systems, but the errors seem to be very limited to a small number of machines.
Fixed a bug where the AND/OR operator for conditions was not propagated to temporary objects created during execution.
Fix a bug where selecting a single file in a multi-select file chooser would fail if the file selected had a space in the path.
Fixed a bug where a space in the command line of a UNIX shortcut would fail because the filename wasn't properly quoted. Double quotes are now added around a command with spaces before writing out the shortcut file.
Fixed a bug where duplicate directories could show up in file groups.
Fixed a bug introduced in the last release. Files in Write Text to File that are relative are made relative to the install dir as the docs correctly say.
Fixed a bug where an empty pattern in some file actions would return the install directory.
Fixed a bug where editing virtual text can sometimes cause a ::TMP error.
Fixed a bug where installing a wrapped script fails to substitute virtual text in Windows version information.
Fixed a bug where Write Text to File paths were relative to the current directory instead of the installdir.
The Value property was accidentally removed for several widget types in the Add Widget action properties frame.