Electron v3.0.0-beta.8

npm
npm install --save-dev electron@3.0.0-beta.8
yarn
yarn add --dev electron@3.0.0-beta.8
Google ChromeChromium
66.0.3359.181
Node.jsNode.js
10.2.0
V8V8
6.6.346.32

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