Electron Releases - v6.0.0-beta.13

npm install electron@v6.0.0-beta.13
yarn add electron@v6.0.0-beta.13
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 crash that could occur while certain chrome devtools extensions were loaded. #19105
  • Fixed macOS breakpad symbol files to include non-public symbols. #19155
  • Fixed some chrome extension communication (MessagePort.postMessage) not working. #19106

Other Changes

  • Updated Chromium to 76.0.3809.56. #19111
  • Updated Chromium to 76.0.3809.59. #19134
  • Updated Chromium to 76.0.3809.60. #19165

Unknown

  • Reverted change to only allow preload scripts to be loaded from application root due to issues with electron-mocha. #19132