Skip to content

Releases: electron/packager

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)

12.2.0

03 Oct 02:12
Compare
Choose a tag to compare

Added

  • darwinDarkModeSupport option to support macOS Mojave dark mode for older Electron versions (#893)

Fixed

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

12.1.2

03 Oct 02:12
Compare
Choose a tag to compare

Fixed

  • Prune user-namespaced modules (#889)

12.1.1

03 Oct 02:11
Compare
Choose a tag to compare

Changed

  • Host arch utilities moved to electron-download. This is not a breaking change, as the existing API
    has been kept the same.

Deprecated

  • hostArch and unameArch in electron-packager/targets, replaced with host and uname in
    electron-download/lib/arch, respectively