FinalBuilder 新版本发表

Released: Oct 1, 2019

v8.0.0.2590 中的更新

特性

  • FinalBuilder Actions
    • Enhancement - If..Then Action - handle direct datetime variable comparison without string conversion.
    • Enhancement - Set Variable Action - DateTime variables - avoid string conversion when new value is a reference to DateTime.
    • Enhancement - Delphi Action - Added support for OSX 64 compiler for Delphi 10.3.2.
    • Enhancement - DotnetCore Publish Action - Added AdditionalArgs option to allow passing msbuld properties.
    • Enhancement - SQL Server Restore Action - added Initial...

Released: Aug 28, 2019

v8.0.0.2563 中的更新

特性

  • Dotnet core actions - Revised to support .net core 3.0.
  • Execute Powershell Script Action - Added WaitForCompletion option.
  • Nuget Actions - Added Nuget sign action.
  • Nuget Actions - Updated for latest nuget (added missing options).

修补程序

  • Delphi Action - BDSCatalogRepositoryAllUsers variable was not detected properly.
  • Fileset Define Action - handle stop requested earlier to avoid av.

Released: Jul 26, 2019

v8.0.0.2550 中的更新

修补程序

  • Fixed regression with package loading which caused some package to not be loaded.

Released: Apr 29, 2019

v8.0.0.2538 中的更新

特性

  • Enhancement - Innosetup Action - added Innosetup 6 support.
  • Enhancement - Installshield Action - added Installshield 2019 support.
  • Enhancement - Delphi Action - added runtime timeout feature.
  • Enhancement - 7Zip Actions - Added AES256 support when using Zip format.
  • Enhancement - 7Zip Actions - Added Encrypt File names support when using 7z format.

修补程序

  • Bug Fix - Delphi Action - should fail if property set enabled for version info but not selected.
  • Bug Fix - Include Project Action - fixed av...

Released: Feb 28, 2019

v8.0.0.2523 中的更新

特性

  • FinalBuilder Actions - Adds support for VisualStudio2019Path environment variable.

修补程序

  • FinalBuilder Actions - Fixed auto detection of solution version for VS2019 Preview.
  • FinalBuilder Core - Random av when accessing global scripts.
  • FinalBuilder IDE - Target Parameter renames were not taking effect until project reload.

Released: Dec 14, 2018

v8.0.0.2508 中的更新

特性

  • Added initial support for Microsoft Visual Studio 2019 and MSBuild 16 Preview.
  • Rename File or Directory Action - allows full path in new name when renaming files.

修补程序

  • CD Burner/ISO actions - Fixed nil pointer exception.
  • VSTest Action - fixed issue with detecting failures on localised versions of VS.
  • Embarcadero Resource Compiler Action - fix for Delphi 10.3.
  • Send Email Action - Fixed reconnection issue when using SSL.
  • Delphi Action - Linux 64 support - was always using the default sdk rather...

Released: Nov 22, 2018

v8.0.0.2496 中的更新

特性

  • Delphi Action - added support for Delphi 10.3 Rio.
  • C++Builder Action - added support for C++Builder 10.3 Rio.
  • Scripting - exposed Action.RetryCount property to scripting (read only).
  • Multi Question Action - added option to use variable values as defaults.
  • EC2 Actions - added EC2 Tag Resources and EC2 Get Resource Tags actions.
  • .NET Actions - .net sdk detection - added better support for 4.7.2.
  • SSH Actions - improved detection of dropped connections.
  • SSH Execute Command Action - added option...

Released: Nov 23, 2015

Updates in this release

Updates in 8

  • IDE Themes - The IDE has two new themes, Dark and Light.
  • Step Into Included Projects - In FinalBuilder 7 and earlier, you could only step over included projects, and wait for them to return. In FinalBuilder 8, you can step into the included project, if it is not already opened, the IDE will open the project and switch to it automatically. To make this possible, there are now "Step Into" and "Step Over" functions. The Step into/over now also applies to targets.
  • Debugger breakpoints...

Released: Aug 12, 2010

Updates in this release

Updates in 7.0

  • NEW IDE - FinalBuilder 7 sports a new IDE. The FinalBuilder 7 IDE is capable of opening multiple projects (whereas FB6 only allows 1 at a time). The new IDE includes docking, something that has been requested many times over the years, so you can lay out the IDE to suite your taste. There are many little enhancements and tweaks in the IDE. The most requested feature that has been implemented is the renaming of variables. In FB6, when you rename a variable it does not rename...

Released: Oct 21, 2009

Updates in this release

Updates in V6.3

FinalBuilder Core

  • Feature - Back ported improvements to pretty xml formatter from mainline branch
  • Bug - Fixed & escaping issue.
  • Bug - Fixed stepping bug with nested Try/Finally blocks where an exception occurs in the first block before the nested Try
  • Bug - Output captured from stdout was throwing away tabs
  • Bug - Stop messages posted by a monitor from being processed by the monitor. Also make AllMatchesToVariable, LastMatchToVariable and MatchCount to variable work as designed...