Electron Releases

Filter by channel Filter by major release

Release Notes for v15.0.0-beta.1

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

Other Changes

  • Updated Chromium to 94.0.4606.20. #30715

Release Notes for v15.0.0-alpha.10

Note: This is an alpha release. Please file new issues for any bugs you find in it.

This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@15.0.0-alpha.10.

Features

  • Added safeStorage string encryption API. #30430
  • Added support for Windows Control Overlay on Windows. #30497

Fixes

  • Fixed an issue where the TouchBarScrubber crashes when showArrowButtons is enabled if items is an empty array. #30681 (Also in 13, 14)
  • Fixed titlebar showing under simple fullscreen mode. #30708 (Also in 13, 14)

Other Changes

  • Updated Chromium to 94.0.4606.12. #30370