Release Notes for v8.3.2
Features
- V8CacheOptions is a new webpreference option to enforce code caching policy. #23869
Fixes
- Added missing support for isComposing KeyboardEvent property. #24015
- Enable NTLM v2 for POSIX platforms and added --disable-ntlm-v2 switch to disable it. #23933
- Ensured proper nativeImage serialization between renderer and browser processes via remote. #23797
- Fixed GTK dark theme setting not respected in Electron on Linux. #23965
- Fixed
chrome://media-internals
andchrome://webrtc-internals
pages not loading. #24063 - Fixed a crash that could occur when using the
ipcRenderer
module after blink had released the context. Instead, a JS exception will be thrown. #23979 - Fixed an error when calling
dialog.showCertificateTrustDialog
with noBrowserWindow
. #24120 - Fixed an issue where
rmdir
andrmdirSync
work withoriginal-fs
in an asar context. #23955 - Fixed an issue where
window.location
properties would throw an error for windows opened withwindow.open
. #23947 - Fixed an issue where some logging would double-print. #23924
- Fixed an issue with volume-related
globalShortcut
registration. #23948 - Fixed crash when navigating between origins in a child window with nativeWindowOpen and contextIsolation enabled. #23894
- Fixed disabling color correct rendering with
--disable-color-correct-rendering
. #23827 - Fixed the
acceptLanguages
argument being ignored insession.setUserAgent()
. #23963 - Restored old implementation of Linux Tray icons to fix a collection of issues where the tray icon wouldn't appear, would be the wrong size or would randomly disappear. #23927