Electron v7.3.2
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 noBrowserWindow
. #24119Fixed 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 insession.setUserAgent()
. #23964Fixed window titlebar not responding to pen on Windows 10. #24104
Updated Node root certs to use NSS 3.53. #24269