Skip to content

electron v9.2.1

Compare
Choose a tag to compare
@electron-bot electron-bot released this 18 Aug 21:22
· 203 commits to 9-x-y since this release

Release Notes for v9.2.1

Fixes

  • fix loading shared worker scripts over custom protocol
  • fix crash when loading worker scripts with nodeIntegration enabled. #24750
  • Fixed a crash that could occur when using in-memory sessions. #25002
  • Fixed an issue where some Node.js methods would not work with URL instances constructed in the renderer process. #24862
  • Fixed an issue where the Save button did not function in PDF previews. #24996
  • Fixed inactive windows having active titlebar on Windows. #24873
  • Fixed missing guid parameter in Linux crash reports. #24898
  • Increased maximum length for crash keys from 127B to 20KB. #24854
  • [a11y] fix an issue where voiceover doesn't read the first item selected from a ARIA combobox. #25004

Other Changes

  • Backported the fix to CVE-2020-6532: Use after free in SCTP. #24887
  • Backported the fix to CVE-2020-6537: Type Confusion in V8. #24885
  • Resolve network issues that prevented RTC calls from being connected due to network IP address changes and ICE. (Chromium issue 1113227). #24997

Unknown

  • Fixed issues with CORS when making requests from extensions. #24915