Electron Releases

Filter by channel Filter by major release

Release Notes for v13.1.6

Fixes

  • Fixed a potential crash when calling app.quit() on macOS. #29961 (Also in 14)
  • Fixed an issue where self.module.paths wouldn't work in Workers. #30013 (Also in 12, 14)
  • Fixed crash when clicking links with target=_blank from webview. #29951 (Also in 12, 14)
  • Fixed memory leak when creating notification on macOS. #30009 (Also in 14)
  • Fixed page title not being updated on child windows without navigation entries under nativeWindowOpen. #29958 (Also in 12, 14)

Other Changes

  • Backported fix for 1090000. #29997

Release Notes for v13.1.5

Fixes

  • Fixed a hang when denying a window.open using setWindowOpenHandler when nativeWindowOpen: false. #29882 (Also in 12, 14)
  • Fixed an issue where dropdown menus did not work in DevTools when contextIsolation was enabled. #29885 (Also in 14)
  • Fixed an issue where request headers were cleared if the optional "requestHeaders" parameter was not included in the webRequest.onBeforeSendHeaders callback response object. #29836 (Also in 12, 14)
  • Fixed an issue where the setAlwaysOnTop value would sometimes not be preserved for child windows on macOS. #29956 (Also in 12, 14)
  • Fixed crashes on macOS when Geolocation was used. #29912 (Also in 14)

Other Changes

  • Updated Chromium to 91.0.4472.124. #29774