Electron v40.1.0

Latest Stable
npm
npm install --save-dev electron@40.1.0
yarn
yarn add --dev electron@40.1.0
Google ChromeChromium
144.0.7559.96
Node.jsNode.js
24.11.1
V8V8
14.4.258.22

Release Notes

Features

  • DevTools errors are no longer printed to console. #49359

Fixes

  • Fixed setRepresentedFilename() not setting AXDocument accessibility attribute on macOS. #49417 (Also in 39)

  • Fixed a potential race condition crash when opening DevTools. #49422 (Also in 39)

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

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

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

  • Made toplevel icon Wayland protocol work. #49414 (Also in 39)

Other Changes

  • Backported fix for 473851441. #49487

  • Updated Chromium to 144.0.7559.96. #49474

Unknown

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