Skip to content

Releases: electron/packager

14.0.4

30 Jul 16:28
8bf6ac8
Compare
Choose a tag to compare

Fixed

  • Packaging apps based on Electron >= 6.0.0 correctly renames and packages the new
    Electron GPU Helper bundles (#1036)

14.0.3

25 Jul 05:49
Compare
Choose a tag to compare

Fixed

  • Packaging Electron 6 based apps now correctly renames and packages the new Electron Helper bundles (#1033)

14.0.2

18 Jul 15:09
Compare
Choose a tag to compare

Fixed

  • Warn Windows 7 users of the unzip dependencies (#1030)

14.0.1

11 Jul 17:23
Compare
Choose a tag to compare

Changed

  • Upgrade fs-extra to ^8.1.0 (#993)

Fixed

  • Host info shows OS release

14.0.0

20 Jun 16:06
Compare
Choose a tag to compare

Added

  • Ignore system junk files by default (#1005)

Fixed

  • Handle inference when electron-prebuilt-compile points to a non-version (#978)

Changed

  • Replace extract-zip with cross-zip - on macOS/Linux, the zip binary is required; on Windows,
    a relatively recent Powershell and .NET runtime is required, see cross-zip for details (#984)
  • Convert from electron-download to @electron/get (#1002). Drops support for versions of Electron
    < 1.3.2, plus all of the download options have changed, notably:
    • cache is now cacheRoot
    • strictSSL is now rejectUnauthorized
    • The mirror URL string is now a set of options defined by mirrorOptions
    • quiet is removed as the default downloader no longer has a progress bar
  • Linux/ia32 support for Electron >= 4 is downgraded to a warning from @electron/get (#1016)

13.1.1

20 Jun 17:29
Compare
Choose a tag to compare

Fixed

  • Linux/ia32 is no longer officially supported for Electron >= 4 (#957)

13.1.0

20 Jun 17:29
Compare
Choose a tag to compare

Added

  • Support for inferring version from Electron nightlies (#931)

Fixed

  • Infer versions from electron-prebuilt-compile better (#932)
  • Upgrade asar to ^1.0.0, which removes a vulnerable transitive dependency (#952)

11.2.1

02 Jan 08:37
Compare
Choose a tag to compare

Fixed

  • Don't handle EH/NP Helpers if they don't exist (Backport of #894)

13.0.1

13 Dec 02:44
Compare
Choose a tag to compare

Fixed

  • Ensure relative out dirs are correctly ignored when copying (#919)

13.0.0

06 Dec 02:53
Compare
Choose a tag to compare

Added

  • prebuiltAsar option to specify a prebuilt ASAR file (#823)
  • support for macOS Mojave app notarization (#899)

Changed

  • Dropped support for running on Node < 6.0. (#900)

Removed

  • Deprecated target arch APIs (#915)
  • The callback version of the API (use nodeify if you need that syntax style) (#916)