Electron Releases - v25.8.1

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

Release Notes

Fixes

  • Fixed an error where listening to certain chrome.tabs events would throw incorrectly. #39770 (Also in 26, 27)
  • Fixed an issue where BrowserWindows could crash on macOS with frame: false and roundedCorners: false when going fullscreen. #39794 (Also in 26, 27)
  • Fixed devtools to allow restoring saved dock state on Windows. #39766 (Also in 26, 27)
  • Fixed issue where titlebar would be transparent for transparent windows that are fullscreen. #39779 (Also in 26, 27)
  • Fixed problem with promise resolved to early when browser initiated in-page navigation. #39678 (Also in 26, 27)

Other Changes

  • Security: backported fix for CVE-2023-4763.
    • Security: backported fix for CVE-2023-4762.
    • Security: backported fix for CVE-2023-4761. #39756
  • Security: backported fix for CVE-2023-4863. #39825