Electron v32.2.2

npm
npm install --save-dev electron@32.2.2
yarn
yarn add --dev electron@32.2.2
Google ChromeChromium
128.0.6613.186
Node.jsNode.js
20.18.0
V8V8
12.8.374.38

Release Notes

Fixes

  • Fixed trace-startup not working on macOS. #44292 (Also in 33, 34)

  • Fixed an issue where closing a window after printing on Linux triggered a crash. #44282 (Also in 31, 33, 34)

  • Fixed an issue where the exit event could be emitted twice from the utilityProcess. #44268 (Also in 31, 33, 34)

  • Fixed calling setAlwaysOnTop on a hidden window which is then shown with showInactive on Linux under X11. #44325 (Also in 31, 33, 34)

  • Fixed race condition in which WebContents appears as white screen on VDI machines without hardware acceleration capabilities. #44351 (Also in 33, 34)

Other Changes

  • Security: backported fix for CVE-2024-7966.

    • Security: backported fix for CVE-2024-9370. #44312

  • Security: backported fix for chromium:367734947.

    • Security: backported fix for chromium:366635354. #44357