Electron Releases

Filter by channel Filter by major release

Release Notes for v20.0.0-beta.11

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@20.0.0-beta.11.

Fixes

  • Fixed a crash when calling BrowserWindow.setEnabled(). #34972
  • Fixed a potential printing hang. #34968

Release Notes for v20.0.0-beta.10

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@20.0.0-beta.10.

Fixes

  • Fixed _dyld_missing_symbol_abort crash on macOS when using c++ native modules. #34944

Other Changes

  • Updated Chromium to 104.0.5112.48. #34920