Skip to content

Releases: electron/packager

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)

7.0.3

01 Jun 04:25
Compare
Choose a tag to compare

Changed

  • [contributors] Code contributions need to be validated in "strict" mode (#342, #351)

Fixed

  • CLI output truncated when using Node 6 (and possibly earlier) (#381)

7.0.2

18 May 16:22
Compare
Choose a tag to compare

Fixed

  • The default .git ignore only ignores that directory (#344)
  • Specifying the download.strictSSL CLI parameter no longer triggers a deprecation warning for
    strict-ssl (#349)

7.0.1

21 Apr 15:42
Compare
Choose a tag to compare

Fixed

  • Not specifying strict-ssl CLI parameter no longer triggers a deprecation warning (#335)

7.0.0

18 Apr 03:19
Compare
Choose a tag to compare

Added

  • Add download parameter (#320)

Changed

  • Dropped support for running on Node < 4.0. (#319)

Fixed

  • strict-ssl (and by extension, download.strictSSL) defaults to true, as documented (#320)

Deprecated

  • cache is deprecated in favor of download.cache (#320)
  • strict-ssl is deprecated in favor of download.strictSSL (#320)

Removed

  • [win32] version-string.FileVersion and version-string.ProductVersion are replaced by
    favor of app-version and build-version, respectively (#327)
  • [win32] version-string.LegalCopyright is replaced by app-copyright (#327)