Electron Releases

Filter by channel Filter by major release

Release Notes for v3.1.0-beta.3

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.3.

Bug Fixes/Changes

  • chore: expose release id for use in cleanup. #15904

  • fix: incorrect view ordering for customButtonsOnHover. #15997

  • fix: do not print an error for an expected condition (#15991). #15998

  • fix: allow 2 threads for CreateIoCompletionPort on single-core to prevent busy looping (backport: 3-1-x). #16011

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

  • fix: remove event monitor before destroying window. #16056

Release Notes for v3.1.0-beta.2

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.2.

Bug Fixes/Changes

  • chore: Fix issue where cookies would be lost on upgrade from Electron 2.x #15937