Electron v20.2.0
npm
npm install --save-dev electron@20.2.0
yarn
yarn add --dev electron@20.2.0
Release Notes
Features
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