Electron: v11.0.0-beta.3 Release

Release date:
August 31, 2020
Previous version:
Could not determine previous release version
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in v11.0.0-beta.3

Could not determine top contributors for this release.

Directory Browser for v11.0.0-beta.3

We couldn't find a release before this one

Release Notes Published

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install [email protected].

# Release Notes for v11.0.0-beta.3

Fixes

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