FinalBuilder Releases

Released: Nov 15, 2019

Updates in v8.0.0.2629

Features

  • FinalBuilder Actions
    • Enhancement - Send Email Action - Log the host and port when connecting.
    • Enhancement - Catch Action - Added option to append to errors variable.
    • Enhancement - FTP Connect Action - Added EPSV/EPRT support.
    • Enhancement - Delphi Action - Added compiler A16 record field align support.
  • FinalBuilder IDE
    • Enhancement - Select the first tab when adding a new action rather than the last used one for that action type.

Fixes

  • FinalBuilder Core
    • Bug - Project files - fixed...

Released: Oct 16, 2019

Updates in v8.0.0.2598

Features

  • FinalBuilder Actions
    • Added Clean Directory action.
    • Fileset Define action - added ability to stop/terminate action while refreshing.
  • FinalBuilder Core
    • Logging - Improved logging peformance.

Fixes

  • FinalBuilder Actions
    • FTPS Upload Files Action - fixed issue with changing directory failing.
  • FinalBuilder Core
    • Fixed a regression issue with opening projects with a - in the name.
    • Logging - Fixed encoding issue.

Note: This build includes a log file schema change, depending on your log file size...

Released: Oct 1, 2019

Updates in v8.0.0.2590

Features

  • 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

Updates in v8.0.0.2563

Features

  • 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).

Fixes

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

Released: Jul 26, 2019

Updates in v8.0.0.2550

Fixes

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

Released: Apr 29, 2019

Updates in v8.0.0.2538

Features

  • 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.

Fixes

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

Released: Feb 28, 2019

Updates in v8.0.0.2523

Features

  • FinalBuilder Actions - Adds support for VisualStudio2019Path environment variable.

Fixes

  • 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

Updates in v8.0.0.2508

Features

  • 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.

Fixes

  • 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...

Released: Nov 22, 2018

Updates in v8.0.0.2496

Features

  • 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...

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...