Electron Releases

Filter by channel Filter by major release

Release Notes for v25.7.0

Features

  • Added support for --dns-result-order Node.js cli flag. #39500 (Also in 26)

Fixes

  • Fixed an issue where certain properties of chrome.tabs Tab objects were not properly considered privileged. #39609 (Also in 26, 27)
  • Fixed decorations for tiled windows on Wayland. #39569 (Also in 22, 24, 26, 27)
  • Fixed to regenerate thumbnail toolbar buttons when explorer is restarted. #39586 (Also in 24, 26)

Other Changes

  • Security: backported fix for CVE-2023-4071.
    • Security: backported fix for CVE-2023-4070.
    • Security: backported fix for CVE-2023-4075.
    • Security: backported fix for CVE-2023-4076.
    • Security: backported fix for CVE-2023-4074.
    • Security: backported fix for CVE-2023-4072.
    • Security: backported fix for CVE-2023-4068.
    • Security: backported fix for 1464682.
    • Security: backported fix for 1464680.
    • Security: backported fix for CVE-2023-4073.
    • Security: backported fix for 1465224. #39517
  • Security: backported fix for CVE-2023-4355.
    • Security: backported fix for CVE-2023-4354.
    • Security: backported fix for CVE-2023-4353.
    • Security: backported fix for CVE-2023-4351. #39557

Release Notes for v25.6.0

Features

  • Added partial support for chrome.tabs.query. #39430 (Also in 26)
  • Added support for several more Node.js cli flags in the main process. #39374 (Also in 24, 26)

Fixes

  • Fixed a potential crash when calling BrowserWindow.moveTop() on modal child windows. #39528 (Also in 26)
  • Fixed an accessibility issue where VoiceOver couldn't trigger the tray action when selected to emit the click event. #39448 (Also in 26)