Electron Releases

Filter by channel Filter by major release

Release Notes for v16.0.0-beta.5

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@16.0.0-beta.5.

Release Notes for v16.0.0-beta.4

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@16.0.0-beta.4.

Fixes

  • Fixed an issue where clipboard.read() could cause crashes with custom clipboard formats. #31592 (Also in 15)
  • Fixed crash when using singleton api with packaged apps on macOS. #31612
  • Having a secure CSP will no longer cause a CSP violation warning to appear in console. #31589

Other Changes

  • Updated Chromium to 96.0.4664.4. #31529