npm electron 7.0.0-beta.5
electron v7.0.0-beta.5

latest releases: 31.0.0-beta.3, 29.4.0, 30.0.6...
4 years ago

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 i electron@7.0.0-beta.5.

Release Notes for v7.0.0-beta.5

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

Don't miss a new electron release

NewReleases is sending notifications on new releases.