Skip to content

Releases: electron/packager

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)

8.0.0

03 Sep 19:51
Compare
Choose a tag to compare

Added

  • win32metadata option (#331, #463)
  • linux platform, armv7l arch support (#106, #474)

Changed

  • all now includes the linux platform, armv7l arch combination
  • Default the platform option to the host platform (#464)
  • Default the arch option to the host arch (#36, #464)
  • Default the prune option to true (#235, #472)

Fixed

  • Allow scoped package names as Electron app names - invalid characters are replaced with
    hyphens (#308, #455)

Deprecated

  • version-string is deprecated in favor of win32metadata (#331, #463)

Removed

  • asar-unpack is removed in favor of asar.unpack
  • asar-unpack-dir is removed in favor of asar.unpackDir
  • cache is removed in favor of download.cache
  • strict-ssl is removed in favor of download.strictSSL

7.7.0

20 Aug 15:41
Compare
Choose a tag to compare

Added

  • The package.json version property is the default app version if --app-version is unspecified (#449)

Changed

  • [darwin/mas] Explicitly disallow osx-sign.binaries (#459)

7.6.0

14 Aug 21:56
Compare
Choose a tag to compare

Added

  • [API] hook for afterCopy (#448)
  • [darwin/mas] Documentation for protocol and protocol-name options (#121, #450)

Changed

  • [CLI] Minimum Node version is enforced (#454)

Fixed

  • [CLI] ensure --out has either a string or null value (#442)
  • Use get-package-info (again) to support finding prebuilt in parent directories (#445)

7.5.1

06 Aug 18:48
Compare
Choose a tag to compare

Fixed

  • Resolve to absolute path when inferring app name/Electron version (#440)