Electron v31.6.0

npm
npm install --save-dev electron@31.6.0
yarn
yarn add --dev electron@31.6.0
Google ChromeChromium
126.0.6478.234
Node.jsNode.js
20.17.0
V8V8
12.6.228.30

Release Notes

Fixes

  • Fixed BrowserView auto resize issue. #43635 (Also in 32, 33)

  • Fixed an issue where defaultPath did not work for all users on Linux when creating an open file dialog. #43630 (Also in 30, 32, 33)

  • Fixed an issue with resize events being emitted on Windows when the window was moved but not resized. #43658 (Also in 32, 33)

  • Restored Chromium default Content-Disposition header parsing. #43669 (Also in 30, 32, 33)

Other Changes

  • Updated Node.js to v20.17.0. #43423