Release Notes for v42.10.1
Fixes
- Fixed
webContents.print()honoringprintBackground,duplexMode, and printer default duplex settings. #53158 (Also in 43, 44) - Fixed a crash on macOS when a notification's icon could not be attached; the notification is now shown without the icon. #53148 (Also in 43, 44)
- Fixed an issue where pages loaded in a detached
WebContentsViewwouldn't see the correct window size. #53151 (Also in 43, 44) - Fixed the primary instance being killed or receiving truncated arguments when a second instance passed a very long command line or large
additionalDatatoapp.requestSingleInstanceLock(). #53157 (Also in 43, 44)