v7.3.1
What's Changed
Highlighted Feature:
- build: Bump @electron/windows-sign deps by @felixrieseberg in #3524
This change enables advanced code signing with [@electron/windows-sign][@electron/windows-sign], supporting two different ways to codesign your application and the installer:
-
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 (likecertificateFile
,certificatePassword
, orsignWithParams
). -
Legacy: By passing the top-level settings (
certificateFile
,certificatePassword
, andsignWithParams
). 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
-
fix(publisher-github): don't sanitize asset names before upload by @dsanders11 in #3485
-
build: bump memory limit for docs:generate script by @dsanders11 in #3500
-
build: fix keyv type resolution warning during dev by @MarshallOfSound in #3507
-
build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 by @dependabot in #3522
-
build(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #3537
-
ci(windows): pin version of wix toolset to v3.14.0 by @erickzhao in #3525
-
docs: update forge create-electron-app template to match tutorial by @alicelovescake in #3528
New Contributors
- @alicelovescake made their first contribution in #3528
Full Changelog: v7.3.0...v7.3.1