Electron v37.5.0

npm
npm install --save-dev electron@37.5.0
yarn
yarn add --dev electron@37.5.0
Google ChromeChromium
138.0.7204.251
Node.jsNode.js
22.19.0
V8V8
13.8.258.32

Release Notes

Features

  • Added fileBacked and purgeable fields to process.getSystemMemoryInfo() for macOS. #48143 (Also in 38)

Fixes

  • Fixed an issue where dialog.showMessageDialog showed a window incorrectly centered to monitor instead of parent window when passed. #48213 (Also in 36, 38)

  • Fixed an issue where a file-only picker incorrectly allowed some directories. #48230 (Also in 36, 38)

  • Fixed an issue where dragging sometimes didn't work after the contextmenu event was emitted. #48226 (Also in 36, 38)

Other Changes

  • Updated Chromium to 138.0.7204.251. #48184

  • Updated Node.js to v22.19.0. #48220