Electron Releases

Filter by channel Filter by major release

Release Notes for v26.2.3

Fixes

  • Fixed app.runningUnderARM64Translation() always returning true on ARM64. #39932 (Also in 25, 27)

Other Changes

  • Fixed crash on shutdown in tls sockets with Node.js HTTP/2 connections. #39946 (Also in 25, 27)
  • The app.runningUnderRosettaTranslation property has been deprecated. #39983 (Also in 25, 27)

Documentation

  • Documentation changes: #39967

Release Notes for v26.2.2

Fixes

  • Fixed an issue where BrowserViews that had their bounds set prior to being added to a BrowserWindow could have unexpected incorrect offsets. #39850 (Also in 25, 27)

Other Changes

  • Security: backported fix for 1477588. #39918
  • Updated Chromium to 116.0.5845.190. #39887