Electron Releases

Filter by channel Filter by major release

Release Notes for v3.1.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 i electron@3.1.0-beta.5.

Bug Fixes/Changes

  • chore: release.id => release.data.id. #16134

  • fix: extending tracing startRecording API to take a full tracing config. #16159

  • fix: ensure that file descriptors 0/1/2 are opened at startup (backport: 3-0-x) (backport: 3-1-x). #16167

  • fix: UAF with http auth preferences (3-1-x). #16140

Release Notes for v3.1.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 i electron@3.1.0-beta.4.

Bug Fixes/Changes

  • chore: bump libcc (3-1-x). #16076

  • chore: correctly capitalize releaseID. #16107