Electron Releases - v26.0.0-beta.4

npm install electron@v26.0.0-beta.4
yarn add electron@v26.0.0-beta.4
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

Fixes

  • Fixed a crash when listing desktop capture sources on Wayland with PipeWire. #39049 (Also in 24, 25)
  • Fixed an issue where certain Electron classes had incorrect prototype class names. #39036 (Also in 25)
  • Fixed an issue where notifications created on macOS which have no actions will erroneously have a Show button visible. #39013 (Also in 24, 25)
  • Fixed an issue where printing on Windows could trigger a crash. #39039
  • Fixed an issue where removing a webview in a close callback could cause crashes. #39007 (Also in 24, 25)
  • Fixed an issue with the application menu overlapping menu items on Windows 11. #39010
  • Fixed display of title bar buttons on Wayland. #39045 (Also in 25)

Unknown

  • Fixed an issue where setting bounds on BrowserViews can behave inconsistently across platforms. #39004 (Also in 25)