Electron v42.8.1
npm
npm install --save-dev electron@42.8.1
yarn
yarn add --dev electron@42.8.1
Release Notes
Fixes
Fixed
BrowserWindowsize corruption on Windows when created with explicitx/yon a secondary monitor whose DPI differs from the primary. #52500 (Also in 43, 44)Fixed
Dirent.parentPathbeingundefinedforfs.readdir,fs.readdirSync,fs.glob, andfs.globSyncwithwithFileTypes: trueinside asar archives. #52506 (Also in 43, 44)Fixed a UAF with
protocol.registerStreamProtocolwhen an error is emitted during a read. #52516 (Also in 41, 43, 44)Fixed a crash that could occur when closing DevTools while the host WebContents was being destroyed. #52511 (Also in 41, 43, 44)