Electron Releases - v11.0.0-beta.3

npm install electron@v11.0.0-beta.3
yarn add electron@v11.0.0-beta.3
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

Fixes

  • Fixed Electron not working on Windows 7 after https://github.com/electron/electron/pull/25076. #25168 (Also in 8, 9, 10, 11)
  • Fixed an issue where filters set in dialogs on macOS would have nondeterministic ordering. #25193 (Also in 9, 10, 11)
  • Fixed network permission error when there are multiple WebContents sharing same session are created with web security disabled. #25180 (Also in 8, 9, 10, 11)
  • Fixed shell.moveItemToTrash on Windows so that it returns false when move was unsuccessful. #25171 (Also in 9, 10, 11)