Electron v20.2.0

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

Release Notes

Features

  • Added webFrameMain.origin. #35535 (Also in 19, 21)

Fixes

  • Fixed uv_os_gethostname failing on Windows 7. #35705 (Also in 19, 21)

  • Fixed an edge case in app.isInApplicationsFolder() which would return false incorrectly in some cases. #35731 (Also in 19, 21)

Other Changes

  • Fixed an issue where a child of a window using WCO would not have the navigator defined. #35530 (Also in 19)

  • Updated Chromium to 104.0.5112.124. #35674

Documentation

  • Documentation changes: #35666