Electron v39.7.0

npm
npm install --save-dev electron@39.7.0
yarn
yarn add --dev electron@39.7.0
Google ChromeChromium
142.0.7444.265
Node.jsNode.js
22.22.0
V8V8
14.2.231.22

Release Notes

Features

  • Added support for long-animation-frame script attribution (via --enable-features=AlwaysLogLOAFURL). #49771 (Also in 40, 41)

Fixes

  • Fixed an issue where frameless windows had resize issues in Mac App Store builds. #49861 (Also in 40, 41)

  • Fixed an issue where menu item enabled state wasn't updated during key equivalent dispatch when the menu was closed on macOS. #49888 (Also in 40, 41)

  • Fixed an issue where pressing AltGr could activate or focus the menu bar. #49914 (Also in 40, 41)

  • Fixed memory leak when setting icons on Linux/GTK. #49896 (Also in 38, 40, 41)