Electron Releases

Filter by channel Filter by major release

Release Notes for v22.3.7

Fixes

  • Fixed an issue which made defaultFontFamily in webPreferences have no effect. #37970 (Also in 23, 24, 25)
  • Fixed broken defaults in shell.openExternal() options. #38092 (Also in 23, 24, 25)
  • Fixed the active background color for top-level menu items on Windows. #37991 (Also in 23, 24)

Other Changes

  • Security: backported fix for 1360571. #38062
  • Security: backported fix for 1404790. #38064
  • Security: backported fix for 1417317. #37665
  • Security: backported fix for 1427388. #37983
  • Security: backported fix for 1428820. #38068
  • Security: backported fix for CVE-2023-2033. #37980
  • Security: backported fix for CVE-2023-2133. #38058
  • Security: backported fix for CVE-2023-2134. #38056
  • Security: backported fix for CVE-2023-2135. #38060
  • Security: backported fix for CVE-2023-2136. #38066

Release Notes for v22.3.6

Fixes

  • Fixed recommended node-gyp version in node.h error. #37942 (Also in 23, 24, 25)
  • Security: Fixed an issue with Content-Security-Policy not being correctly enforced when sandbox: false and contextIsolation: false. (CVE-2023-23623). #37843 (Also in 24)

Other Changes

  • Fixed a memory leak in v8.serialize() when running Node.js within Electron. #37774 (Also in 23)
  • Security: backported fix for CVE-2023-1810. #37850
  • Security: backported fix for CVE-2023-1811. #37848