Electron Releases

Filter by channel Filter by major release

Release Notes for v10.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@10.0.0-beta.11.

Other Changes

  • Updated Chromium to 85.0.4183.20. #24487

Release Notes for v10.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@10.0.0-beta.10.

Features

  • Expose sessionId associated with a target from debugger module. #24397

Fixes

  • Fixed a termination crash on Web Workers with Node.js integration enabled. #24462
  • Fixed clipboard.readBuffer returning incorrect value. #24467

Other Changes

  • Updated Chromium to 85.0.4183.19. #24299