Electron v34.5.1

npm
npm install --save-dev electron@34.5.1
yarn
yarn add --dev electron@34.5.1
Google ChromeChromium
132.0.6834.210
Node.jsNode.js
20.19.0
V8V8
13.2.152.41

Release Notes

Fixes

  • Fixed a Linux-only issue where the context menu runs the action under the cursor when opened and should not. #46436

  • Fixed a bug that could cause some maximized windows on Linux to report an incorrect window state. #46462 (Also in 35, 36)

  • Fixed a potential crash in parentPort. #46494 (Also in 35, 36)

  • Fixed crash on application exit with pending app.getGPUInfo promise. #46472 (Also in 35, 36)

Unknown

  • Reverts a change that greyed out disabled menu items on macOS (https://github.com/electron/electron/pull/46307). #46522 (Also in 35, 36)