Skip to content

electron v0.36.4

Compare
Choose a tag to compare
@zcbenz zcbenz released this 15 Jan 08:09

Changelog:

  • session.setProxy(config) API now accepts an Object instead of String.
  • BrowserWindow.getFocusedWindow() API now returns null instead of undefined when there is no focused window.
  • Add session.flushStorageData() API.
  • Add session.getCacheSize(callback) API.
  • Add BrowserWindow.getNativeWindowHandle() API.
  • Add defaultId option for dialog.showMessageBox(options) API.
  • Add insertText and executeJavaScript methods to webFrame module.
  • Add insertText method to webContents and <webview>.
  • Fix wrong aspect ratio in Netflix videos.
  • Fix source code highlighting not working in devtools.
  • Fix <webview>.src not working before onload event.

Linux

  • Fix --touch-devices command line switch not working.

Windows

  • Fix DRM not working in Adobe Flash Player plugin.