electron v0.30.0
Changelog:
- Breaking change: All
protocolAPIs are now asynchronous. - Add
cancelIdoption fordialog.showMessageBox. - Add
app.getAppPathAPI. - Add
clipboard.writeAPI which allows writing multiple types of data at the same time. - Add
session.clearCacheandsession.clearStorageDataAPIs. - Add support for
--proxy-pac-urlcommand line switch. - Fix relative urls not working in
window.open. - Fix
closeevent ofWebContentsand<webview>tag not working. - Fix the
window.globalvariable exposed in web page when node integration is off. - Fix handling trailing slash in asar package.
- Fix cookies not showing in Network panel of devtools.
- Fix
acceptattribute of<input>tag not working. - Remember the last opened directory of
<input>tag. - Allow showing insecure content when
web-securityoption isfalse.
Windows and Linux
- Make
dialog.showMessageBoxuse native dialogs on Windows and Linux. - Use
Shift+Ctrl+Ifor toggling devtools by default on Windows and Linux.
Windows
- Fix crash on quit when using dialog APIs.