Electron v42.3.1
Latest Stablenpm
npm install --save-dev electron@42.3.1
yarn
yarn add --dev electron@42.3.1
Release Notes
Fixes
Fixed a
desktopCapturercrash when sharing a window on Windows. #51787
Other Changes
Improved performance of Linux and Windows release builds by enabling ThinLTO link-time optimization for the main Electron binary. #51821 (Also in 43)
Improved performance of
app.isDefaultProtocolClient()andapp.setAsDefaultProtocolClient()on Linux. #51627Improved runtime performance. #51828
Updated Chromium to 148.0.7778.218. #51790