Electron v40.10.2

npm
npm install --save-dev electron@40.10.2
yarn
yarn add --dev electron@40.10.2
Google ChromeChromium
144.0.7559.236
Node.jsNode.js
24.15.0
V8V8
14.4.258.32

Release Notes

Fixes

  • Fixed an issue that caused the RGBAF16 shared texture format to have a keyed mutex on Windows. #51701 (Also in 41)

  • Fixed an issue where closing devtools immediately after focus caused a crash. #51702 (Also in 41, 42)

  • Fixed an issue where custom options in webContents.print() did not prefill the print dialog on macOS. #51692 (Also in 41, 42)