Electron v42.10.1
npm
npm install --save-dev electron@42.10.1
yarn
yarn add --dev electron@42.10.1
Release Notes
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)