npm electron 45.0.0-alpha.4
electron v45.0.0-alpha.4

2 hours ago

Note: This is an alpha release. Please file new issues for any bugs you find in it.

This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@45.0.0-alpha.4.

Release Notes for v45.0.0-alpha.4

Fixes

  • Fixed chrome.tabs.query() returning tab url and title to extensions without the tabs permission or host access, aligning with tabs.get. #53353 (Also in 42, 43, 44)
  • Fixed a pending read on a net.request chunked upload stream inside a protocol handler never settling when the request failed or was aborted. #53368 (Also in 43, 44)
  • Fixed an intermittent crash (access violation) on Windows when an ASAR integrity violation is detected, so the process now exits with code 1 as intended. #53438 (Also in 43, 44)
  • Fixed application crash after a large number of IPC messages from renderers. #53418 (Also in 42, 43, 44)
  • Fixed native addons deriving from node::ObjectWrap aborting during garbage collection on Node.js 24.19.0 and later. #53391 (Also in 42, 43, 44)

Other Changes

  • Updated Chromium to 155.0.8038.2. #53416
  • Updated Node.js to v24.20.0. #53251

Don't miss a new electron release

NewReleases is sending notifications on new releases.