Releases: electron/packager
Releases · electron/packager
14.0.4
Fixed
- Packaging apps based on Electron >= 6.0.0 correctly renames and packages the new
Electron GPU Helper bundles (#1036)
14.0.3
Fixed
- Packaging Electron 6 based apps now correctly renames and packages the new Electron Helper bundles (#1033)
14.0.2
Fixed
- Warn Windows 7 users of the unzip dependencies (#1030)
14.0.1
Changed
- Upgrade
fs-extra
to ^8.1.0
(#993)
Fixed
- Host info shows OS release
14.0.0
Added
- Ignore system junk files by default (#1005)
Fixed
- Handle inference when
electron-prebuilt-compile
points to a non-version (#978)
Changed
- Replace
extract-zip
with cross-zip
- on macOS/Linux, the zip
binary is required; on Windows,
a relatively recent Powershell and .NET runtime is required, see cross-zip
for details (#984)
- Convert from
electron-download
to @electron/get
(#1002). Drops support for versions of Electron
< 1.3.2, plus all of the download
options have changed, notably:
cache
is now cacheRoot
strictSSL
is now rejectUnauthorized
- The
mirror
URL string is now a set of options defined by mirrorOptions
quiet
is removed as the default downloader no longer has a progress bar
- Linux/ia32 support for Electron >= 4 is downgraded to a warning from
@electron/get
(#1016)
13.1.1
Fixed
- Linux/ia32 is no longer officially supported for Electron >= 4 (#957)
13.1.0
Added
- Support for inferring version from Electron nightlies (#931)
Fixed
- Infer versions from
electron-prebuilt-compile
better (#932)
- Upgrade
asar
to ^1.0.0
, which removes a vulnerable transitive dependency (#952)
11.2.1
Fixed
- Don't handle EH/NP Helpers if they don't exist (Backport of #894)
13.0.1
Fixed
- Ensure relative out dirs are correctly ignored when copying (#919)
13.0.0
Added
prebuiltAsar
option to specify a prebuilt ASAR file (#823)
- support for macOS Mojave app notarization (#899)
Changed
- Dropped support for running on Node < 6.0. (#900)
Removed
- Deprecated target arch APIs (#915)
- The callback version of the API (use
nodeify
if you need that syntax style) (#916)