Thread: Version 7.5a
View Single Post
  #1  
Old 04-07-2010, 03:29 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
Version 7.5a

Released on April 7, 2010

Enhancements
  • GUI app: Options to automatically refresh panes and show tool tips during build (Tools | User Options | Display).
  • Object model: Option to use UTF-8 conversions for improved capture of Unicode console output (requires Windows Vista or later). To enable this feature, call Application.Options.UseUTF8ForConsoleApps = True in a Run Script action.

    Action Enhancements
  • Bazaar action: Add plugins, pull, and push commands.
  • Flare action: Support v6.
  • NAnt action: Support v0.90.
  • NCover action: Support v3.
  • NDepend action: Support v3.

    Bug Fixes
  • Builder component: Type mismatch error with script expression returning a variant array.
  • GUI app: 1) All macros in Macros pane sometimes selected when opening a project; 2) Some system macro values not shown in Macros and Watches panes.
  • Batch File and PowerShell actions: Quote parameters containing commas.
  • Make VS 2010 action: 1) Errors when building some .vcxproj files; 2) Update of output dir not working for C++ projects; 3) Support for .dbproj and .fsproj project files.
  • Perforce action: Revert unchanged option before submit command not always working (if p4 outputs File(s) not opened anywhere instead of File(s) not opened on this client).
  • Strong Name Tool action: Recompute hashes option for re-sign commands.
  • UNZIP/ZIP Files actions: Support .tgz file extension.
  • Reply With Quote