Electron v37.4.0

npm
npm install --save-dev electron@37.4.0
yarn
yarn add --dev electron@37.4.0
Google ChromeChromium
138.0.7204.243
Node.jsNode.js
22.18.0
V8V8
13.8.258.32

Release Notes

Features

  • Added support for guid Tray constructor option on macOS to allow tray icons to maintain position across launches. #48076 (Also in 36, 38)

Fixes

  • Fixed an issue where net.isOnline() always returned true in utilityProcesses. #48152 (Also in 36, 38)

  • Fixed an issue where snapped corner state wasn't properly restored after minimizing and then restoring. #48156 (Also in 36, 38)

  • Fixed an issue where the accent color would be accidentally inverted when set to match the system color. #48107 (Also in 36, 38)

Other Changes

  • Updated Chromium to 138.0.7204.243. #48119