Electron v41.10.7

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

Release Notes

Fixes

  • Fixed an issue on Linux where the system theme color appeared at the top edge of frameless windows. #53006 (Also in 42, 43)

  • Fixed running under tsx import transpilation. #53003 (Also in 42, 43)

  • Fixed shutdown crash on windows when power monitor notifications were subscribed. #52999 (Also in 42)

  • Fixed the context menu in a detached DevTools window focusing the inspected page's window instead of the DevTools window. #53002 (Also in 42, 43)

  • Fixed titleBarOverlay.color set to rgba(0,0,0,0) failing back to default frame color. #53004 (Also in 42, 43)

Other Changes

  • Backported fixes from upstream ANGLE, Chromium, Dawn, Skia and V8. #52997

  • Backported fixes from upstream Chromium and V8. #53059