Releases: electron/packager
Releases · electron/packager
v20.3.0
Compare
Sorry, something went wrong.
No results found
20.3.0 (2026-08-11)
Features
v20.2.1
Compare
Sorry, something went wrong.
No results found
20.2.1 (2026-08-10)
Bug Fixes
declare osxSign.continueOnError in PackagerOsxSignOptions (#1951 ) (2f8df6d ), closes #1579
v20.2.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
20.0.4 (2026-07-22)
Bug Fixes
v20.0.3
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
20.0.1 (2026-06-04)
Bug Fixes
swap extract-zip with @electron-internal/extract-zip (#1917 ) (0ff6c2a )
v20.0.0
Compare
Sorry, something went wrong.
No results found
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.