Electron v7.3.2

npm
npm install --save-dev electron@7.3.2
yarn
yarn add --dev electron@7.3.2
Google ChromeChromium
78.0.3904.130
Node.jsNode.js
12.8.1
V8V8
7.8.279.23

Release Notes

Fixes

  • Enable NTLM v2 for POSIX platforms and added --disable-ntlm-v2 switch to disable it. #23935

  • Ensured proper nativeImage serialization between renderer and browser processes via remote. #24021

  • Fixed GTK dark theme setting not respected in Electron on Linux. #23966

  • Fixed an error when calling dialog.showCertificateTrustDialog with no BrowserWindow. #24119

  • Fixed crash when handling synchronous IPC errors. #24041

  • Fixed intercepted protocols not raising Redirect information back to Chromium. #23997

  • Fixed issue with some IMEs on windows (for ex: Zhuyin) don't terminate after pressing shift. #24055

  • Fixed the acceptLanguages argument being ignored in session.setUserAgent(). #23964

  • Fixed window titlebar not responding to pen on Windows 10. #24104

  • Updated Node root certs to use NSS 3.53. #24269