Electron v44.0.0-beta.2

Latest Pre Release
npm
npm install --save-dev electron@44.0.0-beta.2
yarn
yarn add --dev electron@44.0.0-beta.2
Google ChromeChromium
152.0.7977.30
Node.jsNode.js
24.18.1
V8V8
15.2.124.5

Release Notes

Fixes

  • Fixed a crash report when the X server or Wayland compositor exits while an app is running. #52684 (Also in 42, 43)

  • Fixed a crash when quickly switching menus while the app is under heavy load. #52672 (Also in 42, 43)

  • Fixed a potential crash when notifying user activation before the primary main frame was live. #52698 (Also in 42, 43)

Other Changes

  • Updated Chromium to 152.0.7977.30. #52637