Electron v16.2.7

npm
npm install --save-dev electron@16.2.7
yarn
yarn add --dev electron@16.2.7
Google ChromeChromium
96.0.4664.174
Node.jsNode.js
16.9.1
V8V8
9.6.180.23

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