Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@41.0.0-alpha.3.
Release Notes for v41.0.0-alpha.3
Fixes
- Fixed an issue where
shell.writeShortcutLinkwas throwingTypeError: Insufficient number of argumentswhen 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