Electron v34.5.1
npm
npm install --save-dev electron@34.5.1
yarn
yarn add --dev electron@34.5.1
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)