Electron Releases

Filter by channel Filter by major 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

Release Notes for v7.1.2

Fixes

  • Disabled Touch Bar typing suggestions with autocorrect=off and spellcheck=false. #21192
  • Fixed ENOMEM error with Node.js child_process when using empty options.env. #21140
  • Fixed <webview>.capturePage() resolving with an empty object instead of NativeImage instance. #21104
  • Fixed webRequest module unable to modify CORS headers. #21123
  • Fixed an issue where custom protocols registered using registerStreamProtocol would sometimes fail to complete the response when the stream ended. #21179
  • Fixed flickering when maximizing and restoring frameless windows. #21205
  • Fixed incorrect size of windows on differently scaled monitors. #21138
  • Fixed the 'login' event not being emitted when HTTP Basic auth was requested from a WebContents. #21097

Other Changes

  • Updated Chromium to 78.0.3904.113. #21199