Electron v41.5.1

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

Release Notes

Fixes

  • Fixed app.getLoginItemSettings() returning undefined for executableWillLaunchAtLogin on macOS; the property is now always a boolean. #51508 (Also in 40, 42)

  • Fixed a potential race condition crash when closing DevTools. #51474 (Also in 42)

  • Fixed cross-origin isolation failing for non-file origins. #51403 (Also in 42)

  • Improved the way Electron determines the default XDG App ID and WM_CLASS on Linux for better platform compatibility if desktopName is not provided in package.json. #51480 (Also in 42)