Skip to content

electron v3.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 29 Aug 06:48
· 198 commits to 3-0-x since this release

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 [email protected].

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