Electron Releases - v7.1.5

npm install electron@v7.1.5
yarn add electron@v7.1.5

Release Notes

Fixes

  • Added workaround for nativeWindowOpen hang. #21497
  • Fixed cookies.set not working correctly when name or expirationDate is omitted. #21481
  • Fixed a weird behaviors and crashes when controlling window menu by keys. #21453
  • Fixed accessibility window title on macOS. #21466
  • Fixed contextBridge crash when opening and closing many windows. #21514
  • Fixed source maps not loading in devtools with file scheme. #21494
  • Fixed window menu unable to hide on startup. #21449
  • Removed Electron.dsym from macOS application zip. #21487