Skip to content

electron v7.1.3

Choose a tag to compare

@electron-bot electron-bot released this 03 Dec 01:47
· 122 commits to 7-1-x since this release

Release Notes for v7.1.3

Fixes

  • Fixed --ignore-connections-limit, ironically, being ignored. #21299
  • Fixed broken focus with OOPIF embedded inside webview. #21223
  • Fixed context menu disappearing when showing. #21225
  • Fixed contextBridge crash. #21281
  • Fixed the 'login' event not being emitted when HTTP Basic auth was requested during a net.request. #21135
  • Net module requests no longer raise errors when non-2xx responses are received. #21295
  • The disabled-by-default-cpu_profiler tracing category now correctly records stack samples from the main process and utility processes. #21277
  • webContents.reloadIgnoringCache() will now forcefully ignore all caches, including service workers. #21284
  • window.root and window.GLOBAL are both now undefined when nodeIntegration is disabled as expected. #21354

Other Changes

  • Fixed some crashes that could occur when using the net module. #21304
  • Generate debug symbols on Linux. #21279
  • Made strip_absolute_paths_from_debug_symbols to false in debug.gn. #21317
  • Updated Chromium to 78.0.3904.126. #21346