Release Notes for v9.0.1
Features
- EnableWebSQL is a new webpreference option to enable/disable websql api. #23580
Fixes
- Don't ignore the referrer header in net.request. #23685
- Fixed GTK dark theme setting not respected in Electron on Linux. #23712
- Fixed
process.windowsStore
returning undefined in AppX packages. #23801 - Fixed a bezeling issue on vibrant non-frameless BrowserWindows. #23810
- Fixed an issue where
nativeImage
s might throw conversion errors in the renderer process. #23796 - Fixed an issue where
window.location
properties would throw an error for windows opened withwindow.open
. #23805 - Fixed an issue where some logging would double-print. #23689
- Fixed an issue where the 'about' role had on effect on Windows menus. #23715
- Fixed an issue with volume-related
globalShortcut
registration. #23824 - Fixed an occasional menu crash on macOS Catalina when menu is closing. #23808