Electron Releases

Filter by channel Filter by major release

Release Notes for v15.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@15.0.0-beta.7.

Documentation

  • Documentation changes: #30977

Release Notes for v15.0.0-beta.6

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@15.0.0-beta.6.

Features

  • Added an Electron Fuse for enforcing code signatures on the app.asar file your application loads. Requires the latest asar module. #30900

Fixes

  • Fixed a crash when selecting and opening files in a native file dialog on Mac. #30936