Electron Forge Versions Save

:electron: A complete tool for building and publishing Electron applications

v7.4.0

1 month ago

What's Changed

Highlighted Feature:

This version of Forge enables the new Windows ASAR integrity feature in Electron. When ASAR integrity is enabled, your Electron app will verify the header hash of the ASAR archive on runtime. If no hash is present or if there is a mismatch in the hashes, the app will forcefully terminate.

More information about this feature can be found in Electron's documentation here: https://github.com/electron/electron/blob/main/docs/tutorial/asar-integrity.md#using-electron-tooling

Bug Fixes and Improvements

New Contributors

Full Changelog: https://github.com/electron/forge/compare/v7.3.1...v7.4.0

v7.3.1

1 month ago

What's Changed

Highlighted Feature:

This change enables advanced code signing with [@electron/windows-sign][@electron/windows-sign], supporting two different ways to codesign your application and the installer:

  1. Modern: By passing a windowsSign option, which will be passed to [@electron/windows-sign]. This method allows full customization of the code-signing process - and supports more complicated scenarios like cloud-hosted EV certificates, custom sign pipelines, and per-file overrides. It also supports all existing "simple" codesigning scenarios, including just passing a certificate file and password. Please see https://github.com/@electron/windows-sign for all possible configuration options.

    When passing windowsSign, do not pass any other available parameters at the top level (like certificateFile, certificatePassword, or signWithParams).

  2. Legacy: By passing the top-level settings (certificateFile, certificatePassword, and signWithParams). For simple codesigning scenarios, there's no reason not to use this method - it'll work just as fine as the modern method.

Bug Fixes and Improvements

New Contributors

Full Changelog: https://github.com/electron/forge/compare/v7.3.0...v7.3.1

image

v7.3.0

2 months ago

What's Changed

Features

Fixes

Performance

Other Changes

New Contributors

Full Changelog: https://github.com/electron/forge/compare/v7.2.0...v7.3.0

v7.2.0

5 months ago

What's Changed

Features

Fixes

Documentation

Other Changes

Full Changelog: https://github.com/electron/forge/compare/v7.1.0...v7.2.0

image

v7.1.0

6 months ago

What's Changed

Full Changelog: https://github.com/electron/forge/compare/v7.0.0...v7.1.0

v7.0.0

6 months ago

What's Changed

Breaking Changes

Features

Fixes

Other Changes

New Contributors

Full Changelog: https://github.com/electron/forge/compare/v6.4.2...v7.0.0

image

v6.4.2

8 months ago

What's Changed

Full Changelog: https://github.com/electron/forge/compare/v6.4.1...v6.4.2

v6.4.1

8 months ago

What's Changed

Full Changelog: https://github.com/electron/forge/compare/v6.4.0...v6.4.1

v6.4.0

8 months ago

What's Changed

Full Changelog: https://github.com/electron/forge/compare/v6.3.0...v6.4.0

v6.3.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/electron/forge/compare/v6.2.1...v6.3.0