Electron v0.37.6
Release Notes
Changelog:
Don't emit
will-quit
whenapp.exit()
is called.Add
isMainFrame
parameter todid-fail-load
event ofWebContents
.Add
statusLine
property towebRequest.OnHeadersReceived
API'sresponseHeaders
object.Add
backgroundThrottling
option towebPreferences
ofBrowserWindow
.Add
resourceType
parameter todid-get-response-details
event ofWebContents
.Fix
<webview>
andpreload
script not working when there is no script tag in page.Fix
webRequest.onHeadersReceived
API modifying original headers' status line.Fix breakpoints not working after reloading in the devtools view.
Fix idle GC not working in the main process.
Fix the race condition between
did-fail-load
anddid-finish-load
events.Fix wrong default transparent background for frameless window.
Fix SSL certificate information not showing in the Security tab of devtools.
Windows
Fix printing not working.
Fix support with NVDA/JAWS screen readers.
Fix crash when closing a window in its
blur
event handler.Fix notification not showing when Application User Model ID is set.
OS X
Fix template image not working as tray icon on some machines.
Fix
backgroundColor
ofBrowserWindow
not displaying correctly.
Linux
Do not wait for
xdg-open
to exit when callingshell.openExternal
.Add support for the
tag
property of HTML5Notification
API.Fix notifications not showing on Ubuntu 16.04.