Electron Releases - v17.4.5

npm install electron@v17.4.5
yarn add electron@v17.4.5

Release Notes

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