Electron Releases

Filter by channel Filter by major release

Release Notes for v25.8.3

Fixes

  • Fixed app.runningUnderARM64Translation() always returning true on ARM64. #39930 (Also in 26, 27)
  • Fixed a redundant permission popup while fetching screens and windows using desktopCapturer.getSources() on Wayland. #39710 (Also in 24, 26)

Other Changes

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

Release Notes for v25.8.2

Fixes

  • Fixed an issue where BrowserViews that had their bounds set prior to being added to a BrowserWindow could have unexpected incorrect offsets. #39851 (Also in 26, 27)
  • Fixed an issue where chrome://gpu failed to load. #39852 (Also in 26, 27)
  • Fixed an issue where accelerators representing DOM keys were not correctly converted in webContents.sendInputEvent(). #39820 (Also in 26, 27)

Other Changes

  • Security: backported fix for 1477588. #39919