Electron Releases - v7.0.0-beta.5

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

Fixes

  • Fixed a crash when exiting simple fullscreen on macOS. #20220
  • Fixed crash loading file based ServiceWorkers. #20142
  • Fixed issue where maximizing a window on Windows in vertically stacked multi-monitor setups could result in the window rendering a white screen. #20053
  • Fixed issue where using the menu on Linux would un-focus the webContents. #20036
  • Fixed several cases where document.visibilityState would be incorrect. The win.show() and win.hide() methods now correctly update visibility state. #20134
  • Reduced the size of the chrome-sandbox binary on Linux from ~5MB to ~0.2MB by stripping debug symbols that were inadvertently being included. #20083
  • Updated Chromium to 78.0.3905.1. #20062

Other Changes

  • Added Windows on Arm (64 bit) release. #20112
  • Added Windows on Arm node header files to checksum file. #20261
  • Fixed node.lib linking issue. #20193