Electron v29.3.3

npm
npm install --save-dev electron@29.3.3
yarn
yarn add --dev electron@29.3.3
Google ChromeChromium
122.0.6261.156
Node.jsNode.js
20.9.0
V8V8
12.2.281.27

Release Notes

Fixes

  • Fixed an issue where fs.createWriteStream could write out of order. #42047

  • Fixed blurry thumbnails from desktop capturer on macOS. #42049

  • Fixed crash after upgrade on Linux. #42065 (Also in 30, 31)

Other Changes

  • Backported fix for 330756841. #42069

  • Backported fix for 339266700. #42097

  • Security: backported fix for 335003891.

    • Security: backported fix for 333508731. #42007

  • Security: backported fix for CVE-2024-3914. #41984

  • Security: backported fix for CVE-2024-4558. #42090

  • [a11y] avoid clearing/resetting focus on an already focused element. #42057 (Also in 28)