Electron v41.10.3

npm
npm install --save-dev electron@41.10.3
yarn
yarn add --dev electron@41.10.3
Google ChromeChromium
146.0.7680.216
Node.jsNode.js
24.18.0
V8V8
14.6.202.34

Release Notes

Fixes

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

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

Other Changes

  • Backported fixes from upstream Chromium and V8. #52396