Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install electron@38.0.0-beta.7
.
Release Notes for v38.0.0-beta.7
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