electron v0.30.1
Changelog:
- Add
BrowserWindow.setAspectRatioAPI. - Add
tray.popContextMenuAPI. - Add
session.setProxyAPI. - Add
sessionoption forprotocol.RequestHttpJob. - Add
getUserAgentmethod forWebContentsand<webview>tag. - Add
noLinkoption fordialog.showMessageBox. - Fix a few bugs when intercepting
HTTPrequests withprotocolmodule.
Windows and Mac
- Add
right-clickedevent toTray.
Windows
- Fix resolved callback of
Promisedoesn't get invoked under some situations. - Fix
app-commandevent always returnsunknown.
Mac
- Make window's bottom corner render more smooth.
- Fix
BrowserWindow.setContentSizeanduse-content-sizeoption not working. - Fix the filters of file dialogs including other types of files.
- Fix web page not having focus under some circumstances.
Linux
- Fix minimum and maximum size of
BrowserWindownot working. - Fix
resizableoption ofBrowserWindownot working.