Electron v37.3.1

Latest Stable
npm
npm install --save-dev electron@37.3.1
yarn
yarn add --dev electron@37.3.1
Google ChromeChromium
138.0.7204.235
Node.jsNode.js
22.18.0
V8V8
13.8.258.31

Release Notes

Fixes

  • Fixed an issue where shell.openPath was not non-blocking as expected. #48088 (Also in 36, 38)

  • Fixed an issue where windows opened with window.open would never be offscreen. #48070 (Also in 38)

  • Fixed potential deadlock inside app.getLoginItemSettings on macOS. #48096 (Also in 36)

Other Changes

  • Updated Chromium to 138.0.7204.235. #48066