Electron v44.0.0-alpha.6

Latest Pre Release
npm
npm install --save-dev electron@44.0.0-alpha.6
yarn
yarn add --dev electron@44.0.0-alpha.6
Google ChromeChromium
152.0.7954.0
Node.jsNode.js
24.18.0
V8V8
15.2.87

Release Notes

Features

  • Added select-client-certificate event support for net.request and net.fetch; requests to servers requesting a client certificate no longer fail with ERR_SSL_CLIENT_AUTH_CERT_NEEDED, and applications can now select a certificate to present. #52397

Fixes

  • Fixed dialog.showOpenDialog/dialog.showSaveDialog opening at an unusable location on Linux when defaultPath is a bare filename without a directory. #52402 (Also in 43)

  • Fixed a crash when showing Linux message boxes while another Linux UI implementation was active. #52409 (Also in 42, 43)

Other Changes

  • Updated Chromium to 152.0.7954.0. #52322