This release contains major bug fixes and enhancements.
Major Bug Fixes
Fix a nasty bug where clicking File -> New to create a new project does not close any open project and will instead overwrite the open project and blow it away.
Minor Bug Fixes
Fixed a bug where moving an Add Widget action to another pane wouldn't actually change its preview parent, so clicking Preview Pane on the action would preview its old pane.
Fixed a bug where building the uninstaller on some systems would build an uninstall that fails in GUI mode.
Fixed a bug where the uninstall could delete the Install Dir even if the installer was not the one who created it.
Fixed a bug where Setup Actions could error checking conditions.
Fixed a bug where executing an action with an alias could end up deleting the alias, which would cause subsequent executions of that action by-alias to fail.
Fixed a bug where the new project wizard dialog was not modal.
Fixed a bug where configuring some install or uninstall mode that did not exist would cause an error in the install. Each will now use the standard mode if the given mode is bogus.
Fixed a bug where building from the command line would expose the Install Password in the Install Password pane during installation.
Fixed a bug in the order of UNIX file permissions. The checkbuttons were in the correct order, but the code was not picking up the permissions in the correct order. The read and execute bits were flipped.
Minor Enhancements
Reworked the Add Widget action's properties page to separate type-specific properties into an Advanced Properties tab with the standard widget properties under a Widget Properties tab.
Added a new File Types property to the Add Widget action for browse entry widgets.
Added a new combobox widget type to the Add Widget action.
Added a new Separator property to the Add Directory to Path action.
Added a new Separator property to the Remove Directory from Path action.
Added a new Normalize Paths property to the Add Directory to Path action.
Set correct default and cancel buttons for standard message dialogs.
Added a new Preserve Windows File Attributes project preference.