Electron v34.3.4

npm
npm install electron@34.3.4
yarn
yarn add electron@34.3.4
Google ChromeChromium
132.0.6834.210
Node.jsNode.js
20.18.3
V8V8
13.2.152.41

Release Notes

Fixes

  • Fixed an issue where Web Workers crashed on unhandled rejections. #46019 (Also in 35, 36)

  • Fixed an issue where snapped windows in Windows may sometimes be improperly restored. #46039 (Also in 33, 35, 36)

  • Fixed incorrect titlebar in file save dialogs. #46076 (Also in 33, 35, 36)

  • Fixed title changes to not occur while navigating within a page. #46034 (Also in 35, 36)

Other Changes

  • Security: backported fix for 382005099. #46009

  • Security: backported fix for 390743124. #46008

  • Security: backported fix for CVE-2025-1920. #46011