Electron v42.3.1

Latest Stable
npm
npm install --save-dev electron@42.3.1
yarn
yarn add --dev electron@42.3.1
Google ChromeChromium
148.0.7778.218
Node.jsNode.js
24.15.0
V8V8
14.8.178.28

Release Notes

Fixes

  • Fixed a desktopCapturer crash when sharing a window on Windows. #51787

Other Changes

  • Enabled ThinLTO on macOS builds. #51823 (Also in 43)

  • 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() and app.setAsDefaultProtocolClient() on Linux. #51627

  • Improved runtime performance. #51828

  • Updated Chromium to 148.0.7778.218. #51790