Electron Releases

Filter by channel Filter by major release

Release Notes for v24.6.4

Fixes

  • Fixed an issue where BrowserWindow.moveAbove() and BrowserWindow.moveTop() did not work for child windows on macOS. #39072 (Also in 25, 26)
  • Fixed an issue where navigator.connection returned incorrect data. #39100 (Also in 25)
  • Fixed an issue where files could in some circumstances be selection when openFile was not passed as a dialog property. #39097 (Also in 25, 26)

Release Notes for v24.6.3

Fixes

  • Fixed a crash when listing desktop capture sources on Wayland with PipeWire. #39050 (Also in 25, 26)
  • Fixed an issue where notifications created on macOS which have no actions will erroneously have a Show button visible. #39012 (Also in 25, 26)
  • Fixed an issue where removing a webview in a close callback could cause crashes. #39009 (Also in 25, 26)