Electron Releases - v20.2.0

npm install electron@v20.2.0
yarn add electron@v20.2.0

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