Electron Releases

Filter by channel Filter by major release

Release Notes for v20.0.0-alpha.6

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 electron@20.0.0-alpha.6.

Fixes

  • Fixed an error where setWindowOpenHandler() would crash if the callback threw an error. #34547 (Also in 19)
  • 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 (Also in 18, 19)
  • Fixed missing Sec-CH-UA headers and empty navigator.userAgentData. #34524

Release Notes for v20.0.0-alpha.5

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 electron@20.0.0-alpha.5.

Fixes

  • Fixed an issue where normal bounds would not be appropriately updated if the user minimized with the minimize button. #34486 (Also in 18, 19)
  • Fixed linux arm64 builds to not require glibc 2.29+. #34503 (Also in 19)