Electron Releases - v2.0.0-beta.6

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

Linux

  • Changed to use the appname as the tray icon's default tooltip. #12393

macOS

  • Fixed tray highlight in darkmode. #12398
  • Fixed blocking main process for async dialog. #12407
  • Fixed setTitle tray crash. #12356