Electron Releases

Filter by channel Filter by major release

Release Notes for v20.3.0

Features

  • Added LoadBrowserProcessSpecificV8Snapshot as a new fuse that will let the main/browser process load its v8 snapshot from a file at browser_v8_context_snapshot.bin. Any other process will use the same path as is used today. #35694 (Also in 21)

Fixes

  • Fixed an issue where DevTools could not be docked with Windows Control Overlay enabled. #35764 (Also in 19, 21)
  • Fixed: If a custom Electron build contains an electron.d.ts file, it is now being used. #35823 (Also in 21)
  • Usage of safeStorage now consistently uses the correct service name on macOS regardless of timing with browser window construction. #35796 (Also in 19)

Release Notes for v20.2.0

Features

  • Added webFrameMain.origin. #35535 (Also in 19, 21)

Fixes

  • Fixed uv_os_gethostname failing on Windows 7. #35705 (Also in 19, 21)
  • Fixed an edge case in app.isInApplicationsFolder() which would return false incorrectly in some cases. #35731 (Also in 19, 21)

Other Changes

  • Fixed an issue where a child of a window using WCO would not have the navigator defined. #35530 (Also in 19)
  • Updated Chromium to 104.0.5112.124. #35674

Documentation

  • Documentation changes: #35666