Electron v39.4.0

npm
npm install --save-dev electron@39.4.0
yarn
yarn add --dev electron@39.4.0
Google ChromeChromium
142.0.7444.265
Node.jsNode.js
22.22.0
V8V8
14.2.231.22

Release Notes

Fixes

  • Fixed an issue in chrome://accessibility. #49559 (Also in 40, 41)

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

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

Other Changes

  • Updated Node.js to v22.22.0. #49389

Unknown

  • Fixed an issue where some packages weren't correctly filtered on macOS in dialogs. #49472 (Also in 38, 40, 41)