Skip to content

Releases: electron/packager

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

12.1.0

03 Oct 02:11
Compare
Choose a tag to compare

Added

  • --version shows the Packager/Node versions & host platform/arch (#841)

Fixed

  • mips64el arch is only available with Electron 1.8.x (#843)
  • better detection of node modules (#847)

12.0.2

03 Oct 02:10
Compare
Choose a tag to compare

Fixed

  • Support for Node 10 via the CLI (#835)

12.0.1

03 Oct 02:09
Compare
Choose a tag to compare

Fixed

  • Upgraded galactus to ^0.2.1 to fix a bug with relative paths

12.0.0

03 Apr 14:00
Compare
Choose a tag to compare

Changed

  • prune exclusively utilizes the galactus module for pruning devDependencies, instead of
    depending on package managers (#819)
  • electron-packager is no longer ignored by default (#819)
  • A warning is emitted when an Electron module is a production dependency (#819)

Removed

  • packageManager option (#819)

11.2.0

24 Mar 18:57
Compare
Choose a tag to compare

Added

  • Utility function to execute hooks serially (#814)

11.1.0

04 Mar 23:01
Compare
Choose a tag to compare

Added

  • Support for MAS Login Helper (Electron 2.0.0-beta.1 and above) (#807)

11.0.1

13 Feb 06:26
Compare
Choose a tag to compare

Fixed

  • rcedit module updated to 1.0.0, which fixes some bugs (#804)
  • --help prints usage to stdout (#805)