Release Notes for v39.2.0
Features
- Added
app.isHardwareAccelerationEnabled(). #48680 (Also in 37, 38) - Added bypassCustomProtocolHandlers option to net.request. #48882 (Also in 38, 40)
- Automatically focus DevTools when element is inspected or breakpoint is triggered. #48702 (Also in 37, 38)
- Enables resetting accent color to follow system accent settings if a previous color has been set via
window.setAccentColor(null). #48852 (Also in 38) - Updated
nativeImage.createFromNamedImageto support SF Symbol names. #48773 (Also in 40)
Fixes
- Fixed crash on windows when UTF-8 is in path. #48944 (Also in 38, 40)
- Reenable V8 trap handlers for wasm in browser and utility process, improves runtime execution of wasm. #48837 (Also in 40)
- Restored window's canHide property. #48901 (Also in 37, 38)
- Windows: Calling window.setFocusable(true) will no longer cause a window to lose focus. #48928 (Also in 40)
Other Changes
- Updated Chromium to 142.0.7444.162. #48899