Electron v38.0.0-beta.7
npm
npm install --save-dev electron@38.0.0-beta.7
yarn
yarn add --dev electron@38.0.0-beta.7
Release Notes
Features
Added
tray.{get|set}AutosaveName
to enable macOS tray icons to maintain position across launches. #48077 (Also in 36, 37)
Fixes
Fixed an issue where the accent color would be accidentally inverted when set to match the system color. #48108 (Also in 36, 37)
Fixed potential deadlock inside
app.getLoginItemSettings
on macOS. #48094 (Also in 36, 37)
Other Changes
Updated Chromium to 140.0.7339.16. #48075