npm electron 43.7.1
electron v43.7.1

latest release: 42.11.4
3 hours ago

Release Notes for v43.7.1

Fixes

  • Fixed a main-process crash when an app called loadURL() again right after a load failed because the renderer process exited before the page committed. #53944 (Also in 44, 45)
  • Fixed a memory leak on Windows when app.getPreferredSystemLanguages() was called. #53867 (Also in 44, 45)
  • Fixed a potential UAF in app.getPreferredSystemLanguages() on Windows. #53866 (Also in 44, 45)
  • Fixed a renderer crash when an iframe was removed right after loading with nodeIntegrationInSubFrames enabled and sandbox disabled, e.g. on pages that embed Meta Pixel. #53884 (Also in 42, 44, 45)
  • Fixed a Windows renderer crash when no default locale could be determined. #53948
  • Fixed webContents.capturePage() on offscreen windows returning an image resampled to the display's scale factor instead of rendered at the window's offscreen.deviceScaleFactor. #53818 (Also in 44, 45)

Don't miss a new electron release

NewReleases is sending notifications on new releases.