Electron Releases

Filter by channel Filter by major release

Release Notes for v0.21.2

Changelog:

  • Support asar archives in scripts forked with child_process.fork.
  • Fix the race condition when updating <webview> info.

Release Notes for v0.21.1

Changelog:

  • Remove the asar: protocol, use file: protocol to access files in asar archives instead. (#1077)
  • Fix asar support in graceful-fs module.
  • Fix uncaught exception in browser process when window.open is called in a page that doesn't allow to open new window.
  • Fix initializing node integration in the webview when the page in it navigates.

Windows

  • Fix browser progress not quitting when using asar archives that contain native modules.