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
Google ChromeChromium
142.0.7417.0
Node.jsNode.js
22.19.0
V8V8
14.2.133

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