Electron v39.2.5

Latest Stable
npm
npm install --save-dev electron@39.2.5
yarn
yarn add --dev electron@39.2.5
Google ChromeChromium
142.0.7444.177
Node.jsNode.js
22.21.1
V8V8
14.2.231.21

Release Notes

Fixes

  • Fixed a Windows notification issue where clicking a native notification would result in an application hang on certain Windows environments. #49130 (Also in 40)

  • Fixed an issue where menu-did-close was not emitted properly for some application menus. #49093 (Also in 38, 40)

  • Reduced amount of visual artifacts while resizing a window on Windows. #49076

Other Changes

  • Fixed devtools element panel flickering when with node inspection. #49044 (Also in 40)