Skip to content

Releases: electron/packager

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)

7.5.0

05 Aug 01:08
Compare
Choose a tag to compare

Added

  • Support the new electron package name (#435)

7.4.0

31 Jul 19:16
Compare
Choose a tag to compare

Added

  • Basic debugging messages via the debug module - see CONTRIBUTING.md for usage (#433)

Changed

  • Clearer error message when inferring the app name and/or Electron version fails

Fixed

  • (Test) apps named "Electron" can be packaged successfully (#415)

7.3.0

10 Jul 19:33
Compare
Choose a tag to compare

Added

  • asar options can be specified as an Object (via the API) or with dot notation (via the CLI) -
    see the respective docs for details (#353, #417)

Deprecated

  • asar-unpack is deprecated in favor of asar.unpack (#417)
  • asar-unpack-dir is deprecated in favor of asar.unpackDir (#417)

7.2.0

04 Jul 01:05
Compare
Choose a tag to compare

Added

  • derefSymlinks option (#410)

Fixed

  • Clarified message when wine is not found (#357)

7.1.0

23 Jun 02:21
Compare
Choose a tag to compare

Added

7.0.4

14 Jun 17:08
Compare
Choose a tag to compare

Fixed

  • Clarified app name/Electron version error message (#390)