v42.3.0
📦 electronView on GitHub →
✨ 3 features🐛 2 fixes🔧 6 symbols
Summary
This release introduces new notification management methods on macOS, adds Linux support for application info retrieval, and fixes issues with Node globals in ESM preload scripts.
✨ New Features
- Added Linux support for app.getApplicationInfoForProtocol().
- Added Notification.remove(), removeAll(), and removeGroup() static methods for macOS.
- Added session support to net module requests from utility process.
🐛 Bug Fixes
- Fixed an issue where process and other Node globals were undefined in ESM preload scripts when contextIsolation was disabled.
- Fixed native addon compilation failure with undefined msvc intrinsic from v8 headers.