Electron Releases - v3.0.0-beta.8

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

Bug Fixes/Changes

  • [SECURITY] fix: dont parse arguments after a -- in the inspector. #14333 Additional Electron fix for CVE-2018-7160. Credit to Ignacio Bonilla for reporting this issue

  • fix: opt into location services once device service has been started (backport: 3-0-x). #14289

  • fix: issue 10962, crash when open devtool (backport: 3-0-x). #14303

  • fix: don't expose view APIs when not enabled. #14321

  • fix: don't crash on tray.setContextMenu(null). #14331

  • fix: create persistent channel ID store when cookie store is persistent. #14358

  • fix: crash when tray is destroyed. #14357

  • fix: emit focus/blur events for webview (backport: 3-0-x). #14359

  • fix: don't expose desktopCapturer in sandboxed renderers if the feature is disabled. #14345

  • fix: use OS process handle to clear object registry. #14364