Releases: electron/packager
Releases · electron/packager
15.4.0
Added
extendHelperInfo
option to allow extending helper app Info.plist
files (#1233)
- Automatically insert
ElectronAsarIntegrity
into Info.plist
files (#1279)
Fixed
- Compatibility with
electron-notarize@^1.1.0
(#1278)
15.3.0
Added
- Bundled app validation to ensure that both
package.json
and the main entry point exist (#1257)
- Support for customizing Windows targets on darwin/arm64 (#1260)
- Support for customizing Windows targets on WSL without Wine installed (#1260)
15.2.0
Added
- Upgrade
electron-osx-sign
to 0.5.0 which adds a new option, entitlementsForFile
(#1189)
Fixed
- Add package manager lockfiles to default ignore list (#1182)
- Allow checking official builds against prerelease versions (#1191)
15.1.0
Added
- add darwin/arm64 and mas/arm64 as official platform/arch combinations (#1168)
Fixed
- TypeScript: ensure
OsxNotarizeOptions
definition contains credentials (#1167)
15.0.0
Added
- mac: app API key notarization (#1127)
- TypeScript definition (#1131)
Changed
- Replace
cross-zip
with extract-zip
(#1139)
Removed
- Node < 10 support (#1122)
14.2.1
Fixed
- mac: don't fail if the icon path doesn't exist (#1101)
- win32: correctly catch missing wine exceptions (#1117)
14.2.0
Added
electronZipDir
option (#1094)
14.1.1
Fixed
- Regression that caused the symlink test on Windows to not work as intended (#1071)
- Always initialize proxy support when running the CLI (#1077)
- Clarify the error message when infer cannot find a package.json file (#1079)
- Handle a missing inferred app version better (#1079)
Chores
- Upgrade
electron-notarize
to ^0.2.0
(#1069)
14.1.0
Added
- (darwin/mas only)
usageDescription
option (#1049)
- Support for official win32/arm64 builds (#1053)
14.0.6
Fixed
- Send the properly formatted options from the CLI to electron-osx-sign (#1047)