Electron v20.3.7

npm
npm install --save-dev electron@20.3.7
yarn
yarn add --dev electron@20.3.7
Google ChromeChromium
104.0.5112.124
Node.jsNode.js
16.15.0
V8V8
10.4.132.24

Release Notes

Fixes

  • Fixed an issue where calling app.dock.setIcon(/path/t/icon) would crash when called before the ready event on app. #36292 (Also in 21, 22)

Other Changes

  • Security: backported fix for 1376637. #36311

  • Security: backported fix for 1377775. #36303

  • Security: backported fix for CVE-2022-3885. #36296

  • Security: backported fix for CVE-2022-3887. #36304

  • Security: backported fix for CVE-2022-3888. #36298

  • Security: backported fix for CVE-2022-3889. #36300

  • Security: backported fix for CVE-2022-3890. #36302

  • Updated common.gypi for native modules to support C++17 features in V8. #36382 (Also in 21)

Unknown

  • Reverted fix for chromium:1361612 due to stability issues. #36263