Electron v44.0.0-alpha.6
Latest Pre Releasenpm
npm install --save-dev electron@44.0.0-alpha.6
yarn
yarn add --dev electron@44.0.0-alpha.6
Release Notes
Features
Added
select-client-certificateevent support fornet.requestandnet.fetch; requests to servers requesting a client certificate no longer fail withERR_SSL_CLIENT_AUTH_CERT_NEEDED, and applications can now select a certificate to present. #52397
Fixes
Fixed
dialog.showOpenDialog/dialog.showSaveDialogopening at an unusable location on Linux whendefaultPathis 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