Electron v41.8.0

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

Release Notes

Fixes

  • Fixed a browser process crash when calling webContents.reload() or navigating synchronously from the render-process-gone event; the event is now emitted after the renderer's teardown notification has completed. #51917 (Also in 42, 43)

  • Fixed a bug on Linux where a 1px line appeared at the top of frameless windows if the window and web contents had different background colors. #52004 (Also in 42, 43)

Other Changes

  • Backported fixes from upstream Chromium and V8. #51936

  • Backported fixes from upstream Chromium, Skia and Dawn. #51943

  • Updated Node.js to v24.16.0. #51746

Documentation

  • Documentation changes: #51925