Electron v41.0.0-alpha.3

Latest Pre Release
npm
npm install --save-dev electron@41.0.0-alpha.3
yarn
yarn add --dev electron@41.0.0-alpha.3
Google ChromeChromium
146.0.7645.0
Node.jsNode.js
24.13.0
V8V8
14.6.40

Release Notes

Fixes

  • Fixed an issue where shell.writeShortcutLink was throwing TypeError: Insufficient number of arguments when called with just [(path, options)]. #49503 (Also in 39, 40)

  • Fixed crash in platform_util::Beep() on Linux. #49483 (Also in 39, 40)

  • Fixed startup crash when V8 sandbox is disabled. #49504

Other Changes

  • Updated Chromium to 146.0.7645.0. #49497