Electron v37.3.1
Latest Stablenpm
npm install --save-dev electron@37.3.1
yarn
yarn add --dev electron@37.3.1
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