Electron v0.37.7
Release Notes
Changelog:
Add
modeoption towebContents.openDevTools(options)API.Add
openExternaltype ofpermissionparameter toSession.setPermissionRequestHandler(handler)API.Add
process.windowsStoreproperty to determine whether the app is an Windows Store app.Fix random crash when accessing
devToolsWebContents.hostWebContents.Fix
session.enableNetworkEmulation(options)API not working.Fix
WebContents.executeJavaScript(code)not working when called during a resource load after page is loaded.Fix after using
app.setPathto change the location ofuserDatadirectory, a folder is still created at the default location.Fix occasional exception when removing a reference to a remote object.
Windows
Avoid spawning new Squirrel processes when there is already one running.
Linux
Use the
appendhint when showing notifications.Add
app.importCertificate(options, callback)API.
OS X
Update the docs on how to submit latest versions of Electron to Mac App Store.
Add
BrowserWindow.setSheetOffset(offset)for changing the offset when showing sheet.Fix crash when app's name is long while using
app.makeSingleInstancewith Mac App Store build.