electron v4.0.0-beta.6
Pre-release
Pre-release
·
226 commits
to 4-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 electron@4.0.0-beta.6.
Release Notes for v4.0.0-beta.6
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 newoptions
param. #15350
Other Changes
- Dropped support for macOS 10.9 (OS X Mavericks). #15440
- Removed unneeded
pyproto
files from release archives. #15398