Electron v31.3.1

npm
npm install --save-dev electron@31.3.1
yarn
yarn add --dev electron@31.3.1
Google ChromeChromium
126.0.6478.185
Node.jsNode.js
20.15.1
V8V8
12.6.228.28

Release Notes

Fixes

  • Fixed an issue where calling desktopCapturer.getSources on macOS running 14.4 or later would make non-resizable windows resizable. #43044 (Also in 32)

  • Fixed the resource leak when using Node.js readable streams as the response body for a custom protocol handler. #43071 (Also in 30, 32)

Other Changes

  • Fixed a potential crash when removing notifications on Windows. #43061 (Also in 30, 32)

  • Updated Chromium to 126.0.6478.185. #43027