Electron Releases - v34.5.1

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

Unknown

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