v7.4.0
What's Changed
Highlighted Feature:
- fix: bump packager minimum dep by @MarshallOfSound in #3551
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
- fix(cli): add
plugin-fuses
to import script by @Santhoshmani1 in #3535 - build(deps): bump dsanders11/github-app-commit-action from 1.3.0 to 1.4.0 by @dependabot in #3555
- build(deps): bump dsanders11/project-actions from 1.2.0 to 1.3.0 by @dependabot in #3557
- build(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 by @dependabot in #3545
- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #3556
- chore: update listr2 version by @yangannyx in #3542
- docs: Typo in Interface MakerDMGConfig by @zsewa in #3550
New Contributors
- @zsewa made their first contribution in #3550
- @Santhoshmani1 made their first contribution in #3535
Full Changelog: v7.3.1...v7.4.0