Electron v44.0.0-alpha.5

Latest Pre Release
npm
npm install --save-dev electron@44.0.0-alpha.5
yarn
yarn add --dev electron@44.0.0-alpha.5
Google ChromeChromium
152.0.7938.0
Node.jsNode.js
24.18.0
V8V8
15.2.38

Release Notes

Fixes

  • Fixed app.disableHardwareAcceleration() not fully disabling GPU hardware usage on Windows starting from Electron 38. #52370 (Also in 41, 42, 43)

  • Fixed a window being marked hidden and background-throttled on macOS when covered by a transparent or click-through window. #52391 (Also in 43)

  • Fixed webContents.print() returning "Invalid printer settings" when print options are provided. #52382 (Also in 43)