Electron Releases

Filter by channel Filter by major release

Release Notes for v7.1.5

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

Release Notes for v7.1.4

Fixes

  • Fixed an issue that caused ClientRequest.getUploadProgress() to return incorrect values. #21425
  • Fixed compositor recycling when creating new BrowserView. #21400
  • Fixed contextBridge crash when closing a window. #21417
  • Fixed issues where noLink and checkboxChecked were not passed correctly on Windows. #21406
  • Fixed throttling in webContents.setBackgroundThrottling. #21357

Other Changes

  • Updated Chromium to 78.0.3904.130. #21413