Skip to content

Releases: electron/packager

15.4.0

10 Sep 18:11
c42b07b
Compare
Choose a tag to compare

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

18 Jul 04:21
463ef02
Compare
Choose a tag to compare

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

24 Dec 08:34
7d54c12
Compare
Choose a tag to compare

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

21 Aug 15:47
af6cd34
Compare
Choose a tag to compare

Added

  • add darwin/arm64 and mas/arm64 as official platform/arch combinations (#1168)

Fixed

  • TypeScript: ensure OsxNotarizeOptions definition contains credentials (#1167)

15.0.0

27 Jun 16:32
Compare
Choose a tag to compare

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

07 Feb 22:39
Compare
Choose a tag to compare

Fixed

  • mac: don't fail if the icon path doesn't exist (#1101)
  • win32: correctly catch missing wine exceptions (#1117)

14.2.0

13 Jan 19:46
3090c4c
Compare
Choose a tag to compare

Added

  • electronZipDir option (#1094)

14.1.1

20 Nov 00:26
d8aa461
Compare
Choose a tag to compare

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

20 Nov 00:18
8d41b1f
Compare
Choose a tag to compare

Added

  • (darwin/mas only) usageDescription option (#1049)
  • Support for official win32/arm64 builds (#1053)

14.0.6

04 Oct 14:45
ce21c5d
Compare
Choose a tag to compare

Fixed

  • Send the properly formatted options from the CLI to electron-osx-sign (#1047)