Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha
, or npm install electron@39.0.0-alpha.9
.
Release Notes for v39.0.0-alpha.9
Fixes
- AccentColor set distinguishes the frame. #48450 (Also in 37, 38)
- Fix: runtime JS error that crashes
GetPackageJSON
. #48425 (Also in 37, 38) - Fixed an issue where snapped windows aren't correctly snapped when minimized and then unminimized. #48438 (Also in 37, 38)
- Fixed crash when passing feature param from commandline
--enable-features=Feature:ParamA/Value
. #48442