Electron Releases

Filter by channel Filter by major release

Release Notes for v14.0.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 install electron@14.0.0-beta.5.

Fixes

  • Fixed memory leak when requesting files in ASAR archive from renderer. #29536 (Also in 12, 13)
  • Electron Fuses are now in a consistent order across platforms. #29616 (Also in 13)
  • Fixed an issue where fs.promises.readFile would improperly error when passing a FileHandle to the path argument. #29577 (Also in 13)
  • Fixed sending intermediate certificates with 'select-client-certificate' event callback. #29570 (Also in 12, 13)

Other Changes

  • Updated Chromium to 93.0.4536.0. #29617

Release Notes for v14.0.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 install electron@14.0.0-beta.3.

Features

  • Added experimental cookie encryption support behind an Electron Fuse. #29492 (Also in 13)
  • Added support for debug URLs such as chrome://gpucrash. #29466 (Also in 13)

Fixes

  • Fixed an issue where right-clicking in the devtools console throws an error. #29472
  • Fixed missing 'fetch' event in service workers for requests using a registered protocol. #29440 (Also in 12, 13)
  • Fixed pressing Alt with mouse click results in toggling menu bar. #29452 (Also in 12, 13)
  • Fixed pressing Alt+Shift and Alt+Ctrl toggling menu bar on KDE. #29444 (Also in 12, 13)
  • Fixed shifted character getting changed in menu accelerator. #29481

Documentation

  • Documentation changes: #29429