v42.10.1
📦 electronView on GitHub →
🐛 4 fixes🔧 2 symbols
Summary
This release includes several bug fixes, including improvements to webContents printing, notification icon handling on macOS, detached WebContentsView sizing, and single instance lock argument handling. It also backports fixes from upstream projects and optimizes resource loading in renderers.
🐛 Bug Fixes
- Fixed webContents.print() honoring printBackground, duplexMode, and printer default duplex settings.
- Fixed a crash on macOS when a notification's icon could not be attached; the notification is now shown without the icon.
- Fixed an issue where pages loaded in a detached WebContentsView wouldn't see the correct window size.
- Fixed the primary instance being killed or receiving truncated arguments when a second instance passed a very long command line or large additionalData to app.requestSingleInstanceLock().