Changelog:
userData
directory is created during the ready
event of app
module. #5340autoUpdater.quitAndInstall()
is called while there is no update. #5287systemPreferences
module. #5282app.isDefaultProtocolClient(protocol)
API. #5302app.makeSingleInstance(callback)
wrongly returning true
on first launch. #5311will-download
event not emitted for HTML pages. #5315webContents.executeJavaScript
not working after being called immediately after loadURL
. #5319desktopCapturer.getSources
not responding when there is subsequent calls with different arguments. #5320OS X
Command Plus
accelerator appearing as Shift Command =
in menu. #5298Windows
display-removed
event not working. #5334Changelog:
mode
option to webContents.openDevTools(options)
API.openExternal
type of permission
parameter to Session.setPermissionRequestHandler(handler)
API.process.windowsStore
property to determine whether the app is an Windows Store app.devToolsWebContents.hostWebContents
.session.enableNetworkEmulation(options)
API not working.WebContents.executeJavaScript(code)
not working when called during a resource load after page is loaded.app.setPath
to change the location of userData
directory, a folder is still created at the default location. Windows
Linux
append
hint when showing notifications.app.importCertificate(options, callback)
API.OS X
BrowserWindow.setSheetOffset(offset)
for changing the offset when showing sheet.app.makeSingleInstance
with Mac App Store build.Changelog:
will-quit
when app.exit()
is called.isMainFrame
parameter to did-fail-load
event of WebContents
.statusLine
property to webRequest.OnHeadersReceived
API's responseHeaders
object.backgroundThrottling
option to webPreferences
of BrowserWindow
.resourceType
parameter to did-get-response-details
event of WebContents
.<webview>
and preload
script not working when there is no script tag in page.webRequest.onHeadersReceived
API modifying original headers' status line.did-fail-load
and did-finish-load
events.Windows
blur
event handler.OS X
backgroundColor
of BrowserWindow
not displaying correctly.Linux
xdg-open
to exit when calling shell.openExternal
.tag
property of HTML5 Notification
API.Changelog:
Buffer
with large size.Changelog:
asar
archive.atom.asar
in the resources directory is renamed to electron.asar
.window.open
when node integration is disabled in parent window.app.setAsDefaultProtocolClient(protocol)
and app.removeAsDefaultProtocolClient(protocol)
APIs.disposition
parameter of new-window
event for certain types of background types.OS X
swipe
event to BrowserWindow
.backgroundColor
option of BrowserWindow
not working.Key | Action | |
---|---|---|
/ | Focus the search bar | |
Esc | Focus the search bar and cleans it | |
↓ | Select the next search result | |
↑ | Select the previous search result | |
Enter | Open the selected search result | |
cmdEnter | Ctrl+Enter | Open the selected search result in a new tab |