Skip to content

electron v20.3.0

Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 28 Sep 18:46
· 92 commits to 20-x-y since this 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)