Electron Releases - v4.0.0-beta.6

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

Fixes

  • Fix: set NSResizableWindowMask at init time. #15383
  • Fixed crash when showing source folder in devtools. #15397
  • Fixed default trash impl on linux to use gio. #15422
  • Fixed incorrect display of some GtkMessageDialog icons. #15343
  • Fixed potential crash when closing windows on macOS 10.10 and10.11. #15337
  • Updated fs.stat/fs.statSync for new options param. #15350

Other Changes

  • Dropped support for macOS 10.9 (OS X Mavericks). #15440
  • Removed unneeded pyproto files from release archives. #15398

Documentation

  • Documentation changes: #15419, #15462, #15500