Electron v37.9.0

npm
npm install --save-dev electron@37.9.0
yarn
yarn add --dev electron@37.9.0
Google ChromeChromium
138.0.7204.251
Node.jsNode.js
22.21.1
V8V8
13.8.258.32

Release Notes

Fixes

  • Fixed an application crash when clicking or hovering over the native MacOS "Window" menu. Reverts #48598. #48803 (Also in 38, 39, 40)

  • Fixed an issue on Wayland (Linux) where right-clicking in the titlebar could break mouse interactions. #48756 (Also in 38, 39, 40)

  • Fixed an issue that menu items on macOS could not be disabled under all circumstances. #48712 (Also in 38, 39)

  • Fixed crash when inspector agent attempts to evaluate on provisional frames. #48514 (Also in 38, 39)

  • Fixed draw smoothing round corner issue. #48783 (Also in 40)

Other Changes

  • Updated Node.js to v22.21.1. #48614