Electron v39.8.5

npm
npm install --save-dev electron@39.8.5
yarn
yarn add --dev electron@39.8.5
Google ChromeChromium
142.0.7444.265
Node.jsNode.js
22.22.1
V8V8
14.2.231.22

Release Notes

Fixes

  • Fixed a crash in clipboard.readImage() when the clipboard contains malformed image data. #50493 (Also in 40, 41, 42)

  • Fixed a crash when calling an offscreen shared texture's release() after the texture object was garbage collected. #50499 (Also in 40, 41, 42)