Electron v40.10.0

npm
npm install --save-dev electron@40.10.0
yarn
yarn add --dev electron@40.10.0
Google ChromeChromium
144.0.7559.236
Node.jsNode.js
24.15.0
V8V8
14.4.258.32

Release Notes

Fixes

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

Other Changes

  • Updated Node.js to v24.15.0. #51087