electron v0.36.8
Changelog:
- Link with ffmpeg dynamically.
- Provide prebuilt binaries of ffmpeg which do not include proprietary codecs.
- Improve error message when there is invalid parameter passed to Electron API.
- Emit
did-fail-loadevent when invalid URL is passed toBrowserWindow.loadURL. - Launch URL or HTML file directly in default app.
- Add
cursor-changedevent toWebContents. - Add
Session.setPermissionRequestHandler(handler)API. - Add
Session.clearHostResolverCache(callback)API. - Add
readRtfandwriteRtfmethods toclipboardmodule. - Fix crash when calling methods of
downloadIteminwill-downloadhandler whenevent.preventDefaultis called. - Fix crash when calling
WebContents.endFrameSubscription()while there are pending frames. - Fix the
exitevent ofprocessobject not reliable in renderer process. - Fix
BrowserWindow.getNativeWindowHandle()returning corrupted buffer.
Windows
- Fix methods of
autoUpdaternot accessible inremotemodule.
OS X
- Add
app.showandapp.hideAPIs. - Fix
iconnot working indialog.showMessageBox(options). - Fix
Command + ~not switching windows sometimes.
Linux
- Don't drop capabilities in renderer process.