Electron v42.7.1

npm
npm install --save-dev electron@42.7.1
yarn
yarn add --dev electron@42.7.1
Google ChromeChromium
148.0.7778.280
Node.jsNode.js
24.18.0
V8V8
14.8.178.38

Release Notes

Fixes

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

  • Fixed a crash when showing Linux message boxes while another Linux UI implementation was active. #52408 (Also in 43, 44)

  • Fixed an issue where frameless windows could shrink after applying constraints or toggling resizability on Windows. #52366 (Also in 43)

  • Fixed crash during maglev compilation. #52311

  • Fixed remote debugging via --remote-debugging-port not working when inspecting from Chrome's chrome://inspect page. The DevTools page would appear empty due to the frontend URL pointing to a CDN that returned 404 for Electron's Chromium builds. #51415 (Also in 41)

  • Fixed unnecessary autofill popup creation for fields without datalist suggestions, which could cause input latency on macOS. #52319 (Also in 41, 43, 44)

Other Changes

  • Backported fixes from upstream Chromium and V8. #52395