Electron Releases - v26.0.0-beta.6

npm install electron@v26.0.0-beta.6
yarn add electron@v26.0.0-beta.6
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

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