Electron Releases

Filter by channel Filter by major release

Release Notes for v21.0.0-beta.8

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 electron@21.0.0-beta.8.

Fixes

  • Fixed uv_os_gethostname failing on Windows 7. #35704 (Also in 19, 20)
  • Fixed a crash that occured when loading non-standard schemes from iframes. #35517
  • Fixed an edge case in app.isInApplicationsFolder() which would return false incorrectly in some cases. #35730 (Also in 19, 20)

Release Notes for v21.0.0-beta.7

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 electron@21.0.0-beta.7.

Features

  • Added webFrameMain.origin. #35534 (Also in 19, 20)