Electron Releases - v26.0.0-beta.5

npm install electron@v26.0.0-beta.5
yarn add electron@v26.0.0-beta.5
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. #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)