Electron: v20.0.0-alpha.6 Release

Release date:
June 16, 2022
Previous version:
v20.0.0-alpha.5 (released June 13, 2022)
Magnitude:
244 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in v20.0.0-alpha.6

trop[bot]
sudowoodo-release-bot[bot]

Directory Browser for v20.0.0-alpha.6

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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

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

# Release Notes for v20.0.0-alpha.6

Fixes

  • Fixed an error where setWindowOpenHandler() would crash if the callback threw an error. #34547 <span style="font-size:small;">(Also in 19)</span>
  • Fixed an issue where passing { name: 'All Files', extensions: ['*'] } in the filters param of open or save dialogs on Linux would disallow choosing files without an extension. #34516 <span style="font-size:small;">(Also in 18, 19)</span>
  • Fixed missing Sec-CH-UA headers and empty navigator.userAgentData. #34524