Electron v6.0.0-beta.3
npm
npm install --save-dev electron@6.0.0-beta.3
yarn
yarn add --dev electron@6.0.0-beta.3
Release Notes
Fixes
Fixed a regression in Kerberos SPN generation. In the M69 upgrade, the default for the
enable_negotiate_port
option was inadvertently changed from false to true; this restores the former behavior and aligns with Chromium. #18285Fixed an issue where tray.destroy was not working properly on some linux distros. #18218