Releases: electron/packager
Releases · electron/packager
v18.1.0
v18.0.0
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
to16.4.0
(#1590) (38f4f0a), closes #1590
Features
BREAKING CHANGES
-
remove support for the legacy notarization tool
-
chore!: remove
NotarizeLegacyOptions
andOsxNotarizeOptions
types -
remove
NotarizeLegacyOptions
andOsxNotarizeOptions
types -
fix: add
teamId
to theosxNotarize
options -
drop support for Node 14
17.1.2
What's Changed
- chore: proper npm and Xcode capitalization by @friederbluemle in #1438
- fix: ensure logs are quiet when quiet flag is passed by @MarshallOfSound in #1440
- chore: update galactus by @MarshallOfSound in #1441
- fix(targets): linux/ia32 official support was removed in Electron 19 by @malept in #1449
- chore: bump @electron/universal from 1.3.3 to 1.3.4 by @dependabot in #1451
- docs: use tsdoc
@link
syntax for .d.ts comments by @erickzhao in #1450 - build: update got to clean up yarn audit by @MarshallOfSound in #1456
- chore: bump @electron/osx-sign from 1.0.1 to 1.0.4 by @dependabot in #1457
- chore: bump json5 from 1.0.1 to 1.0.2 by @dependabot in #1465
- chore: bump @electron/asar from 3.2.2 to 3.2.3 by @dependabot in #1469
- chore: set @wg-ecosystem as CODEOWNERS by @dsanders11 in #1471
- build: bump dependencies to clean yarn audit by @MarshallOfSound in #1473
- build: update GitHub actions workflows by @dsanders11 in #1475
- chore: bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #1476
- chore: bump eslint-plugin-ava from 12.0.0 to 13.2.0 by @dependabot in #1322
- chore: bump fs-extra from 10.1.0 to 11.1.0 by @dependabot in #1455
- chore: bump sinon from 14.0.1 to 15.0.1 by @dependabot in #1461
- chore: bump eslint-plugin-import from 2.26.0 to 2.27.5 by @dependabot in #1468
- docs: update links in README.md by @dsanders11 in #1474
- docs: update required version of Nodejs from 10.0 to 14.17.5 in README.md by @xupea in #1483
- chore: bump sinon from 15.0.1 to 15.0.3 by @dependabot in #1491
- build: use CircleCI cimg/node images by @dsanders11 in #1506
- chore: bump actions/checkout from 3.3.0 to 3.5.2 by @dependabot in #1498
- chore: bump fs-extra from 11.1.0 to 11.1.1 by @dependabot in #1488
- chore: bump @electron/asar from 3.2.3 to 3.2.4 by @dependabot in #1494
- chore: bump sinon from 15.0.3 to 15.0.4 by @dependabot in #1504
- build: update electron/electron-quick-start branch to main by @dsanders11 in #1505
- chore: bump @electron/notarize from 1.2.3 to 1.2.4 by @dependabot in #1518
- chore: bump @electron/universal from 1.3.4 to 1.4.1 by @dependabot in #1525
- chore: bump plist from 3.0.6 to 3.1.0 by @dependabot in #1530
- fix(docs): add
osx-universal
flag to usage.txt by @erickzhao in #1533 - chore: bump actions/setup-node from 3.6.0 to 3.7.0 by @dependabot in #1529
- chore: bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in #1514
- docs: clarify CLI usage by @erickzhao in #1534
- chore: bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #1536
- ci: use action-semantic-pull-request by @dsanders11 in #1535
- fix: prune
electron-nightly
even if in dependencies by @erickzhao in #1538 - ci: make canary run
--arch=universal
on macOS by @erickzhao in #1539 - test: set
cacheRoot
on checksum download by @erickzhao in #1540 - chore: bump rcedit from 3.0.1 to 3.0.2 by @dependabot in #1541
- ci: use electronjs/node orb by @dsanders11 in #1546
- chore: bump actions/setup-node from 3.7.0 to 3.8.0 by @dependabot in #1545
- ci: fix publish documentation workflow by @dsanders11 in #1547
- fix(osx-sign): bump osx-sign to 1.0.5 by @VerteDinde in #1549
- chore: 17.1.2 by @VerteDinde in #1550
New Contributors
- @friederbluemle made their first contribution in #1438
- @dsanders11 made their first contribution in #1471
- @xupea made their first contribution in #1483
Full Changelog: v17.1.1...v17.1.2
v17.1.1
What's Changed
- fix: allow packaging twice simultaneously by @MarshallOfSound in #1439
Full Changelog: v17.1.0...v17.1.1
v17.1.0
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
Changed
- BREAKING: Replaced
electron-osx-sign
with@electron/osx-sign
. The accepted properties on theosxSign
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
15.5.2
Fixed
- Package should not log info on
--quiet
flag - Ignore
node_gyp_bins
directory if it exists
15.5.0
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