Electron Releases - v29.3.3

npm install electron@v29.3.3
yarn add electron@v29.3.3

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)