Skip to content

Releases: electron/packager

8.7.1

06 Jun 06:03
Compare
Choose a tag to compare

Fixed

  • Usage docs for win32metadata.application-manifest and win32metadata.requested-execution-level

8.7.0

02 May 04:56
Compare
Choose a tag to compare

Added

  • packageManager (--package-manager via CLI) option (#618)
  • win32metadata.application-manifest option (#610)
  • win32metadata.requested-execution-level option (#610)

Fixed

  • Support for extract-zip >= 1.6.1

8.6.0

30 Mar 14:46
Compare
Choose a tag to compare

Added

  • Limited support for electron-prebuilt-compile (#608)

Changed

  • Options formatted in kebab-case (i.e., with hyphens) are available in camelCase, per JavaScript naming standards (#580)
  • rcedit upgraded to 0.8.0

Deprecated

  • Options formatted in kebab-case (i.e., with hyphens) are deprecated in favor of their camelCase variants, per JavaScript naming standards (#580)

8.5.2

20 Feb 03:38
Compare
Choose a tag to compare

Fixed

  • Prepend all warning messages with "WARNING:" (#593)
  • Ignore the generated temporary directory on Linux (#596)
  • Prevent app names from ending in " Helper" (#600)

8.5.1

22 Jan 23:51
Compare
Choose a tag to compare

Fixed

  • Show CLI option when showing option deprecation message (#560)

8.5.0

11 Jan 03:24
Compare
Choose a tag to compare

Added

  • electronVersion (--electron-version via CLI) option (#547)

Deprecated

  • version is deprecated in favor of electronVersion (--electron-version via CLI) (#547)

8.4.0

17 Dec 22:15
Compare
Choose a tag to compare

Added

  • quiet option (#541)

Fixed

  • Better type checking when validating arch/platform (#534)

8.3.0

17 Nov 07:05
Compare
Choose a tag to compare

Changed

  • Upgrade to electron-osx-sign 0.4.x (#384)

Fixed

  • Clarify symlink error message for Windows

8.2.0

30 Oct 06:12
Compare
Choose a tag to compare

Added

  • Allow extend-info to specify an object instead of a filename (#510)

Fixed

  • Retrieving metadata from package.json by upgrading get-package-info (#505)
  • Typo when using extend-info (#510)

8.1.0

30 Oct 06:11
Compare
Choose a tag to compare

Added

  • .o and .obj files are ignored by default (#491)
  • Electron downloads are now checked against their published checksums (#493)
  • Documentation for download.quiet option to enable/disable progress bar (#494)
  • The build-version property, when unspecified, now defaults to the
    app-version property value on Windows (#501)