Electron v32.0.2

npm
npm install --save-dev electron@32.0.2
yarn
yarn add --dev electron@32.0.2
Google ChromeChromium
128.0.6613.84
Node.jsNode.js
20.16.0
V8V8
12.8.374.21

Release Notes

Fixes

  • Fixed MenuItem.click handler not setting focusedWindow parameter when focused window is a BaseWindow. #43437 (Also in 31, 33)

  • Fixed an issue where BaseWindow.setTouchBar didn't work as expected. #43421 (Also in 30, 31, 33)

  • Fixed bug where camera permissions affected screen sharing. #43544

  • Fixed devtools to allow restoring saved dock state on Linux when WCO is enabled. #43501 (Also in 31, 33)

  • Fixed electron app in ozone/wayland not being focused when launched from another app. #43548 (Also in 31, 33)

Other Changes

  • Updated Chromium to 128.0.6613.84. #43425

Documentation

  • Documentation changes: #43459