Electron Releases

Filter by channel Filter by major release

Release Notes for v0.20.8

Changelog:

  • Node symbols are no longer inserted in iframes.
  • Fix a race condition which caused node integration not correctly initialized.
  • Add https://atom.io/download/atom-shell/index.json web endpoint which contains version information of all atom-shell releases.
  • Fix MediaStreamTrack.getSources returning sources with empty labels.
  • Fix receiving IPC messages in <webview> when node integration is off.
  • Add Plus as accelerator key.

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.