Skip to content

Releases: electron/packager

v20.3.0

Choose a tag to compare

@electron-npm-package-publisher electron-npm-package-publisher released this 11 Aug 20:23
8c5cc94

20.3.0 (2026-08-11)

Features

v20.2.1

Choose a tag to compare

@electron-npm-package-publisher electron-npm-package-publisher released this 10 Aug 21:23
2f8df6d

20.2.1 (2026-08-10)

Bug Fixes

  • declare osxSign.continueOnError in PackagerOsxSignOptions (#1951) (2f8df6d), closes #1579

v20.2.0

Choose a tag to compare

@electron-npm-package-publisher electron-npm-package-publisher released this 06 Aug 06:51
e0e697f

20.2.0 (2026-08-06)

Bug Fixes

  • set mtimes to extraction time after extracting Electron zips (#1940) (e0e697f)

Features

  • add sanitizePackageJson option to strip dev-only package.json fields (#1931) (dd4f276), closes #1184

v20.1.1

Choose a tag to compare

@electron-npm-package-publisher electron-npm-package-publisher released this 03 Aug 23:20
efa004d

20.1.1 (2026-08-03)

Bug Fixes

  • throw a descriptive error when the out dir would exclude the app from packaging (#1928) (efa004d), closes #1685

v20.1.0

Choose a tag to compare

@electron-npm-package-publisher electron-npm-package-publisher released this 03 Aug 23:03
06bde55

20.1.0 (2026-08-03)

Bug Fixes

  • support tmpdir: false when the out dir is inside the project dir (#1927) (06bde55), closes #1679

Features

  • write appVersion into the packaged app's package.json (#1926) (94fc3c3), closes #1331

v20.0.4

Choose a tag to compare

@electron-npm-package-publisher electron-npm-package-publisher released this 22 Jul 17:26
e0ff98f

20.0.4 (2026-07-22)

Bug Fixes

v20.0.3

Choose a tag to compare

@electron-npm-package-publisher electron-npm-package-publisher released this 16 Jul 07:36
2107e7c

20.0.3 (2026-07-16)

Bug Fixes

  • embed custom application manifests byte-for-byte instead of their entire backing ArrayBuffer (#1934) (2107e7c), closes #1933

v20.0.2

Choose a tag to compare

@electron-npm-package-publisher electron-npm-package-publisher released this 03 Jul 19:30
234c514

20.0.2 (2026-07-03)

Bug Fixes

  • keep app-version and related args as strings in CLI parser (#1923) (2a9c0c6)
  • mac: compile each icon asset catalog only once for universal builds (#1922) (4dc0029)

v20.0.1

Choose a tag to compare

@electron-npm-package-publisher electron-npm-package-publisher released this 04 Jun 23:50
0ff6c2a

20.0.1 (2026-06-04)

Bug Fixes

  • swap extract-zip with @electron-internal/extract-zip (#1917) (0ff6c2a)

v20.0.0

Choose a tag to compare

@electron-npm-package-publisher electron-npm-package-publisher released this 22 Apr 02:27
a39c4c9

20.0.0 (2026-04-22)

BREAKING CHANGES

  • Updated @electron/get to v5, download options have been migrated from "got" to built-in "fetch". download param is now a different type.