Electron Releases

Filter by channel Filter by major release

Release Notes for v17.4.5

Fixes

  • Fixed a crash when calling loadExtension on an extension directory that's missing a manifest file. #34193 (Also in 16)
  • Fixed an issue where tray items wouldn't highlight in some scenarios on macOS. #34206 (Also in 16, 18, 19)
  • SIGUSR1 is no longer handled when the node_cli_inspect fuse is disabled. #34181 (Also in 16, 18)

Other Changes

  • Backported fix for CVE-2022-1637. #34228
  • Backported fix for CVE-2022-1638. #34222
  • Backported fix for CVE-2022-1639. #34199
  • Backported fix for chromium:1297283. #34232
  • Backported fix for chromium:1298867. #34229
  • Backported fix for chromium:1312563. #34225
  • Backported fix for chromium:1320614. #34203

Release Notes for v17.4.4

Fixes

  • Fixed an OSR crash happening when input select items were rendered. #34091 (Also in 18, 19)
  • Fixed an issue where calling SetLoginItemSettings() could potentially cause network volumes to be incorrectly mounted. #34107 (Also in 18, 19)

Other Changes

  • Backported fix for CVE-2022-1477. #34012
  • Backported fix for CVE-2022-1497. #34073
  • Fixed 32-bit native module builds with node-gyp >= 9.0.0. #34136 (Also in 16)