Electron v39.8.0
npm
npm install --save-dev electron@39.8.0
yarn
yarn add --dev electron@39.8.0
Release Notes
Features
Fixes
Fixed an issue on macOS where Universal Links were not delivered to
app.on('continue-activity')on cold launch whenNSUserActivity.userInfowas nil. #50004 (Also in 40, 41)Fixed an issue where
VideoFrameobjects returned throughcontextBridgehad an incorrect prototype. #50021 (Also in 40, 41)Fixed an issue where setting
zoomFactorinsetWindowOpenHandler'soverrideBrowserWindowOptionshad no effect on windows opened viawindow.open(). #49910 (Also in 40, 41)