Electron v39.0.0-alpha.9
npm
npm install --save-dev electron@39.0.0-alpha.9
yarn
yarn add --dev electron@39.0.0-alpha.9
Release Notes
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