Electron Releases

Filter by channel Filter by major release

Release Notes for v13.0.0-beta.14

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@13.0.0-beta.14.

Fixes

  • Fixed an issue where select-serial-port callback crashes when called with an invalid serial port ID. #28619 (Also in 12)

Other Changes

  • Security: backported fix for chromium:1196683. #28637
  • Updated Chromium to 91.0.4448.0. #28127

Release Notes for v13.0.0-beta.13

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@13.0.0-beta.13.

Fixes

  • Allow loading source maps from custom protocols and asar bundles. #28615 (Also in 12)