Electron Releases - v6.0.0-beta.9

npm install electron@v6.0.0-beta.9
yarn add electron@v6.0.0-beta.9
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 requestingUrl and isMainFrame properties to the permission request and permission check handlers details objects so that apps can check the origin of the requesting frame rather than the root frame. #18772

Fixes

  • Fixed webContents.print() callback not returning boolean correctly in all cases. #18803
  • Fixed issue on macOS Catalina where the tray icon would be highlighted incorrectly and sometimes invisible. #18845