8000 Release electron v4.0.0-beta.6 · electron/electron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

electron v4.0.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 01 Nov 00:52
· 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 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

0