Electron Releases

Filter by channel Filter by major release

Release Notes for v10.3.0

Fixes

  • Fixed a memory leak in desktopCapturer.getSources. #27057 (Also in 11, 12)
  • Fixed an issue where BrowserViews couldn't be effectively reparented. #27220 (Also in 11, 12)
  • Fixed an issue where SIGINT was improperly handled in Node.js processes. #26970 (Also in 11, 12)
  • Fixed an issue where draggable regions did not work exclusively on BrowserViews on Windows. #27222 (Also in 11, 12)
  • Fixed an issue where non-draggable regions on BrowserViews could have incorrectly calculated bounds. #27185 (Also in 11, 12)
  • Fixed an issue with audio not playing in HTML video elements. #26963

Other Changes

  • Security: backported fix for 1147431, 1144462. #26953
  • Security: backported fix for chromium:1123035. #26956

Unknown

  • Fixed chrome.webRequest extensions API not intercepting any requests. #27097 (Also in 11, 12)

Release Notes for v10.2.0

Fixes

  • Added Electron DLLs like libGLESv2.dll to symbol server. #26964 (Also in 9, 11, 12)
  • Fixed systemPreferences.effectiveAppearance returning systemPreferences.getAppLevelAppearance(). #26882 (Also in 9, 11, 12)
  • Fixed an issue that a message box in GTK contains no buttons. #26915 (Also in 11, 12)
  • Fixed an issue where event.reply could sometimes not deliver a reply to an IPC message when cross-site iframes were present. #26927 (Also in 9, 11, 12)
  • Fixed an occasional crash on Windows related to NativeViewHost::SetParentAccessible. #26949 (Also in 9, 11, 12)

Other Changes

  • Security: backport fix for 1150649. #26896
  • Security: backported fix for 1137603. #26892
  • Security: backported fix for 1141350. #26894
  • Security: backported the fix to CVE-2020-16014: Use after free in PPAPI. #26855
  • Security: backported the fix to CVE-2020-16023: Use after free in WebCodecs. #26832
  • Security: backported the fix to CVE-2020-16024: Heap buffer overflow in UI. #26830
  • Security: backported the fix to heap-buffer-overflow in gfx::internal::StyleIterator::GetTextBreakingRange. #26866