Skip to content

Releases: electron/packager

v18.1.0

30 Nov 17:41
80b5afa
Compare
Choose a tag to compare

18.1.0 (2023-11-30)

Features

v18.0.0

08 Nov 01:33
4e3ab8a
Compare
Choose a tag to compare

18.0.0 (2023-11-08)

  • chore!: remove support for the legacy notarization tool (#1597) (b21ea52), closes #1597
  • build!: update minimum Node.js version from 14.17.5 to 16.4.0 (#1590) (38f4f0a), closes #1590

Features

BREAKING CHANGES

  • remove support for the legacy notarization tool

  • chore!: remove NotarizeLegacyOptions and OsxNotarizeOptions types

  • remove NotarizeLegacyOptions and OsxNotarizeOptions types

  • fix: add teamId to the osxNotarize options

  • drop support for Node 14

17.1.2

18 Aug 23:16
v17.1.2
51a103d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v17.1.1...v17.1.2

v17.1.1

01 Nov 21:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17.1.0...v17.1.1

v17.1.0

31 Oct 19:50
Compare
Choose a tag to compare

What's Changed

  • refactor: migrate from electron-notarize to @electron/notarize by @MarshallOfSound in #1433
  • feat: New lifecycle hooks: afterAsar, afterComplete, afterCopyExtraResources, beforeAsar, beforeCopy, beforeCopyExtraResources by @erikian in #1297
  • feat: add new afterFinalizePackageTargets hook by @MarshallOfSound in #1437

New Contributors

Full Changelog: v17.0.0...v17.1.0

17.0.0

19 Oct 20:55
Compare
Choose a tag to compare

Changed

  • BREAKING: Replaced electron-osx-sign with @electron/osx-sign. The accepted properties on the osxSign options object are now slightly different. Please see the migration guide for more information on these changes. (#1428)
  • Replaced asar with @electron/asar. The configuration options are unchanged. This migration is purely cosmetic. (#1431)

16.0.0

23 Aug 21:01
Compare
Choose a tag to compare

Fixed

  • Properly import info logger (#1405)

Added

  • Node 16 & 18 support (#1399)

Changed

  • Bump got to 2.0.0 (#1397)

Removed

  • Node 12 support (#1399)

15.5.2

22 Aug 23:54
Compare
Choose a tag to compare

Fixed

  • Package should not log info on --quiet flag
  • Ignore node_gyp_bins directory if it exists

15.5.0

19 Apr 17:27
v15.5.0
efc2ae6
Compare
Choose a tag to compare

Added

  • New universal architecture supported when packaging for macOS to generate a universal app
  • osxUniveral option to allow providing options to @electron/universal when packaging a universal app

15.4.0

10 Sep 18:11
c42b07b
Compare
Choose a tag to compare

Added

  • extendHelperInfo option to allow extending helper app Info.plist files (#1233)
  • Automatically insert ElectronAsarIntegrity into Info.plist files (#1279)

Fixed

  • Compatibility with electron-notarize@^1.1.0 (#1278)