Skip to content

Releases: electron/packager

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)

11.0.0

07 Feb 05:22
Compare
Choose a tag to compare

Added

  • linux platform, mips64el arch builds (Electron 1.8.2-beta.5 and above) (#800)

Changed

  • all or platform=linux, arch=all now include arch=mips64el if the Electron version specified
    is 1.8.2-beta.5 or above (#800)

10.1.2

27 Jan 02:08
Compare
Choose a tag to compare

Fixed

  • overwrite: true when no platform/arch is specified (#794)

10.1.1

27 Jan 02:07
Compare
Choose a tag to compare

Fixed

  • ARM detection with prebuilt armv7l Node.js (#783)
  • Don't create yarn.lock when pruning with Yarn (#784)