v36.8.0
📦 electronView on GitHub →
✨ 2 features🐛 4 fixes🔧 5 symbols
Summary
This release introduces app.getRecentDocuments() support and dynamic accent color controls on Windows, alongside fixes for ESM imports and webContents crashes.
✨ New Features
- Added support for app.getRecentDocuments() on Windows and macOS.
- Added the ability to change window accent color on Windows after initial window initialization via getAccentColor and setAccentColor.
🐛 Bug Fixes
- Fixed a crash possible when calling webContents.loadURL() from a failed webContents.loadURL() call's catch handler.
- Fixed an issue where importing from electron/utility in an ESM file threw an error at runtime.
- Fixed an issue where importing from electron/utility threw a ERR_MODULE_NOT_FOUND error at runtime.
- Fixed an issue where the accent border was drawn on all windows regardless of the window's active focused status.
🔧 Affected Symbols
app.getRecentDocumentsgetAccentColorsetAccentColorwebContents.loadURLelectron/utility