Electron v37.4.0
Latest Stablenpm
npm install --save-dev electron@37.4.0
yarn
yarn add --dev electron@37.4.0
Release Notes
Features
Added
tray.{get|set}AutosaveName
to enable macOS tray icons to maintain position across launches. #48076 (Also in 36, 38)
Fixes
Fixed an issue where
net.isOnline()
always returnedtrue
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