Electron Releases - v16.2.7

npm install electron@v16.2.7
yarn add electron@v16.2.7

Release Notes

Fixes

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

Other Changes

  • Backported fix for CVE-2022-1638. #34223
  • Backported fix for CVE-2022-1639. #34200
  • Backported fix for chromium:1297283. #34233
  • Backported fix for chromium:1298867. #34230
  • Backported fix for chromium:1312563. #34226