Electron Releases - v25.6.0

npm install electron@v25.6.0
yarn add electron@v25.6.0

Release Notes

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)