Electron Releases - v26.2.3

npm install electron@v26.2.3
yarn add electron@v26.2.3

Release Notes

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