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 atbrowser_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)