Electron Releases

Filter by channel Filter by major release

Release Notes for v26.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@26.0.0-beta.6.

Features

  • Added safeStorage.setUsePlainTextEncryption and safeStorage.getSelectedStorageBackend api. #39155

Fixes

  • Fixed an issue where BrowserWindow.moveAbove() and BrowserWindow.moveTop() did not work for child windows on macOS. #39070 (Also in 24, 25)

Other Changes

  • Updated Node.js to v18.16.1 to address security fixes. #39066

Release Notes for v26.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@26.0.0-beta.5.

Features

  • Added safeStorage.setUsePlainTextEncryption and safeStorage.getSelectedStorageBackend api. #39107

Fixes

  • Fixed a crash in. #39101
  • Fixed an issue where protocol.handle() never called its callback with the 'file' scheme. #39065 (Also in 25)