Electron v1.3.1

npm
npm install --save-dev electron@1.3.1
yarn
yarn add --dev electron@1.3.1
Google ChromeChromium
52.0.2743.82
Node.jsNode.js
6.3.0
V8V8
5.2.361.43

Release Notes

Changelog:

  • Add view-painted event to WebContent. #6524

  • Add proxyBypassRules option to ses.setProxy(config, callback) API. #6558

  • Add support for passing typed arrays in remote module. #6572, #6590

  • Add contents.copyImageAt(x, y) API. #6619

  • Fix file dialog not working with <input> tag on DevPanel. brightray#238

  • Fix fs.access/accessSync not working with asar archives. #6598

  • Fix LCD-text-antialiasing not working. #6606

  • Fix crash when adding project workspace in devtools. #6613

Windows

  • Fix window position not restoring after restoring from minimized state. #6596

  • Fix crash when calling crashReporter.start(options) for multiple times. #6618

  • Fix invalid AppUserModelID when executable name contains spaces. #6602

macOS

  • Add option to always highlight the tray icon. #6620