FinalBuilder Releases

Released: Apr 9, 2025

Updates in v8.5

Features

  • Encryption Algorithm
    • Added the AES 256 Algorithm (with a 256 bit key) as an option, in addition to the existing Blowfish algorithm (with a 160 bit key).
    • Added new IDE option to specify the default project encryption for new projects - this now defaults to AES256.
    • Note: These options will be removed in FinalBuilder v9, when AES 256 will become the default (and projects still using Blowfish will be upgraded automatically).
  • Password Variables
    • Added a new Password variable type which will...

Released: Apr 2, 2025

Updates in v8.0.0.3460

Features

  • FinalBuilder Actions
    • Enhancement - DPM Restore Action - Added Delphi 12.0 support.
    • Enhancement - Signotaur Action - added ReturnCode property for use in scripting.

Fixes

  • FinalBuilder IDE
    • Fixed issue with unsaved projects not painting action status and progress.
    • Welcome page - fixed spacing between project and delete button.
  • FinalBuilder Actions
    • Signotaur Action - Fixed output encoding for newer versions of Signotaur.
    • Delphi Action - Fixed DPM support when changing Delphi platform via...

Released: Dec 7, 2024

Updates in v8.0.0.3406

Fixes

FinalBuilder Actions

  • Fixed bug - Signotaur Action - FileList option was not working correctly.

Released: Nov 19, 2024

Updates in v8.0.0.3400

Features

FinalBuilder Actions

  • Added Signotaur Sign action.
  • Beyond Compare Actions - Added support for Beyond Compare 5.
  • Run DosCMD/Execute Program actions - Added output codepage property.
  • Delphi Action - Added support for Modern Win64 CBuilder output.

Fixes

FinalBuilder Actions

  • Fixed bug - Create Text File Action - was reporting file exists when it did not.

Released: Sep 16, 2024

Updates in v8.0.0.3390

Features

FinalBuilder Actions

  • Delphi Action - Added Use 64bit command line compiler support (Ent/Arch only).
  • Signtool action - added support for Azure Trusted Signing.

Fixes

FinalBuilder Actions

  • SSH Actions - Fixed issue where session was not shared between actions.
  • File Iterator Action - fixed av when fileset not found.

Released: Jul 16, 2024

Updates in v8.0.0.3378

Features

FinalBuilder Actions

  • C++ Builder Action - Added variable namespace to virtualize BDSXXX variables per version.
  • InstallShield Action - Added support for InstallShield 2024.
  • S3 Actions - Added support for 3rd party S3 compatible services.
  • SSH Actions - Re-implemented with new library.

Fixes

FinalBuilder Actions

  • MSSQL Execute Action - Unicode output option caused invalid command line option to be supplied.

Released: May 17, 2024

Updates in v8.0.0.3364

Features

FinalBuilder Actions

  • Innosetup Action - Enabled timeout options when using command line compiler.
  • Load Variables from Ini Action - Added a count of selected variables.
  • Visual Studio Action - When Use MSBuild is checked, Build action field now changes to Target and allows variables.
  • C++ Builder Action
    • Added support for Windows 64 Bit Modern compiler.
    • Expanded $(MSBuildProjectName) and $(ModuleName) in versionInfo.
    • Added Target field for CB 2007 or later (for msbuild, replaces BuildType...

Released: May 9, 2024

Updates in v8.0.0.3351

Features

FinalBuilder Actions

  • Innosetup Action - Enabled timeout options when using command line compiler.
  • Load Variables from INI - Added count of selected variables.
  • Visual Studio Action - when 'Use MSBuild' is checked, Build action field now changes to Target and allows variables.
  • C++ Builder Action
    • Added support for Windows 64 Bit Modern compiler.
    • Expanded $(MSBuildProjectName) and $(ModuleName) in versionInfo.
    • Added Target field for CB 2007 or later (for msbuild, replaces BuildType).
  • Delphi...

Released: Nov 8, 2023

Updates in v8.0.0.3310

Features

FinalBuilder Actions

  • Delphi Action - Added support for Embarcadero Delphi 12.
  • C++ Builder Action - Added support for Embarcadero C++ Builder 12.
  • UPX Action - Updated to support UPX V4.x.

Fixes

FinalBuilder Actions

  • S3 Delete Objects Action - was not expanding variables in Keys to delete field.

Released: Aug 1, 2023

Updates in v8.0.0.3264

Features

FinalBuilder Core

  • Added the ability to control where log files are stored.

FinalBuilder Actions

  • Added preliminary InstallShield 2023 support.
  • Touch Files Action - Added the option to use variable for datetime.
  • S3 Actions - Updated S3 SDK to 3.7.201.2.

Fixes

FinalBuilder Actions

  • Execute Program Action - Changed return code data type to enable access to all possible values.
  • Execute PowerShell Script Action - action did not handle named parameters correctly.
  • Execute Powershell Script...