Release Notes for v0.37.4
Changelog:
- Upgrade to Node v5.10.0.
- Remove the white flash when loading pages.
- The default app is now packaged as
asar
archive. - The
atom.asar
in the resources directory is renamed toelectron.asar
. - Disable node integration in child windows opened with
window.open
when node integration is disabled in parent window. - Add
app.setAsDefaultProtocolClient(protocol)
andapp.removeAsDefaultProtocolClient(protocol)
APIs. - Fix crash when sending IPC messages.
- Fix wrong
disposition
parameter ofnew-window
event for certain types of background types. - Fix exception when calling remote method while not storing its remote object.
OS X
- Add
swipe
event toBrowserWindow
. - Fix
backgroundColor
option ofBrowserWindow
not working.