Electron v37.3.1
npm
npm install --save-dev electron@37.3.1
yarn
yarn add --dev electron@37.3.1
Release Notes
Fixes
Fixed an issue where
shell.openPathwas not non-blocking as expected. #48088 (Also in 36, 38)Fixed an issue where windows opened with
window.openwould never be offscreen. #48070 (Also in 38)Fixed potential deadlock inside
app.getLoginItemSettingson macOS. #48096 (Also in 36)
Other Changes
Updated Chromium to 138.0.7204.235. #48066