Electron Releases

Filter by channel Filter by major release

Release Notes for v8.2.2

Fixes

  • Fixed a crash that could happen when attempting to access a session during shutdown. #23069
  • Fixed an issue with maximizable state persistence of BrowserWindows on macOS. #23020
  • Fixed an issue with possible creation of a messageBox which cannot be dismissed on macOS. #23088
  • Fixed an occasional crash when closing all BrowserWindows. #23022
  • Fixed occasional WebFrame crashes caused by removed iframes. #22975

Other Changes

  • Security: backported fix for CVE-2020-6423: Use after free in audio. #23047

Release Notes for v8.2.1

Fixes

  • Accessing the screen module before the ready event no longer makes it impossible to access the screen module. #22913
  • Added workaround for nativeWindowOpen hang. #22749
  • Enable offscreen rendering. #22431
  • Fixed an issue where native macOS dialogs sometimes failed to show after modal close. #22889
  • Fixed issue where prefers-color-scheme would not be updated / set correctly when your OS was in dark mode. #22901

Other Changes

  • Updated Chromium to 80.0.3987.163. #22931