v36.9.0
📦 electronView on GitHub →
✨ 1 features🐛 6 fixes🔧 4 symbols
Summary
Electron v36.9.0 introduces a new guid option for macOS Tray icons and includes several bug fixes for dialog positioning, utility process networking, and window state restoration.
✨ New Features
- Added support for guid Tray constructor option on macOS to allow tray icons to maintain position across launches.
🐛 Bug Fixes
- Fixed an issue where dialog.showMessageDialog showed a window incorrectly centered to monitor instead of parent window when passed.
- Fixed an issue where net.isOnline() always returned true in utilityProcesses.
- Fixed an issue where a file-only picker incorrectly allowed some directories.
- Fixed an issue where dragging sometimes didn't work after the contextmenu event was emitted.
- Fixed an issue where snapped corner state wasn't properly restored after minimizing and then restoring.
- Fixed an issue where the accent color would be accidentally inverted when set to match the system color.
🔧 Affected Symbols
Traydialog.showMessageDialognet.isOnlineutilityProcesses