Bugfix and point release
Posted by mholmes on 17 Jan 2007 in Activity log
While using the program, Stewart found the following bug:
Regular expression syntax was checked in a replace pair even when "Use regular expressions" was not selected. This meant that an expression which was not a valid regular expression would be rejected and could not be used, even if it was not intended as a regular expression.
Fixed this bug, documented it on the site, built a new release package, and released 1.1.0.3. In the process, I converted the Transformer installer build system to use the Inno Setup Preprocessor like IMT does, to make future releases easier and quicker.