Electron Releases

Filter by channel Filter by major release

Release Notes for v0.20.7

Changelog:

  • Add API in screen module to handle external monitors.
  • Add app.getPath and app.setPath to get/set paths to special files or directories.
  • Add editing commands to WebContents and <webview>.
  • Fix String::localeCompare crashing in scripts ran by child_process.fork.
  • Fix original-fs not working with some high-level fs APIs.
  • Don't popup error dialog when user has a custom uncaught exception handler.

Windows

  • Use the icon of exe as windows' default icon.

Release Notes for v0.20.6

Changelog:

  • Add webFrame.registerUrlSchemeAsSecure API.
  • Add support for window transparency.
  • Don't set contentWindow property for <webview>.