Electron v29.3.3
npm
npm install --save-dev electron@29.3.3
yarn
yarn add --dev electron@29.3.3
Release Notes
Fixes
Fixed an issue where
fs.createWriteStreamcould write out of order. #42047Fixed blurry thumbnails from desktop capturer on macOS. #42049
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)