Electron v21.0.0-beta.8

npm
npm install --save-dev electron@21.0.0-beta.8
yarn
yarn add --dev electron@21.0.0-beta.8
Google ChromeChromium
106.0.5249.40
Node.jsNode.js
16.16.0
V8V8
10.6.194.10

Release Notes

Fixes

  • Fixed uv_os_gethostname failing on Windows 7. #35704 (Also in 19, 20)

  • Fixed a crash that occured when loading non-standard schemes from iframes. #35517

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