This release contains minor bug fixes and enhancements.
Minor Bug Fixes
Fixed some minor bugs in the Choose Directory dialog.
Added a check for illegal characters in a directory name.
Fixed a bug in keyboard navigation in the choose directory dialog.
Fixed a bug in Modify Widget where modifying existing text properties was not modifying the text properly.
Fixed a bug where populating components with radiobuttons where no button was checked would make them all checked.
Reading project files no longer assumes a UTF-8 encoding.
Fixed a bug where the WINDOWS virtual text was being reported incorrectly on some systems. Despite my better judgment, we'll trust the environment variables.
Symbolic links are now created using the system 'ln -s'. The built-in Tcl 'file link' command seems to be poorly thought out.
Removed dummy license text from all but English translations so that a single license will display correctly in all languages.
Fixed a bug where the buttons on the new project wizard would sometimes not appear correctly.
Minor Enhancements
Read File Into Virtual Text now reads files as text instead of binary by default.
Added new Remove From Uninstall action.
Added new actions to deal with Windows services.
Added new Windows Service Test condition for testing Windows services.
Installs are now built entirely to a temporary file and only renamed to their final location once the build has completely successfully. This means that broken builds will not overwrite good installers that area already there.
If a build fails with errors, it is now reported as having failed instead of completed.
The files being packed are now shown as full paths instead of filenames. This makes it easier to identify files within a build at the expense of some clutter.
Building solid archives now shows packing log messages.
Added a new debugging command to turn debugging on and off more easily from the console as well as log debug information to a file.
Browsing for a directory will now initialize to the current directory if it exists.
Checking conditions can now have a boolean AND or OR instead of just always being AND.
Added the ability to specify that conditions should be matched with an AND (Match all of the following) or an OR (Match any of the following).
Added a Build Failure project preference to tell InstallJammer how to handle missing files when building from the GUI.
Added new ExecuteAction API call.
Added Dutch translations (thanks to Jethro Borsje!).
Added Italian translations (thanks to LukenShiro!).
Added Hungarian translations (thanks to Nagy Istvan!).