Electron Releases - v18.0.0-beta.4

npm install electron@v18.0.0-beta.4
yarn add electron@v18.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 V8 crash that could happen randomly in non-sandboxed renderer processes. #33260
  • Fixed a bug where BrowserWindow.fromWebContents would return undefined during the browser-window-created event. #33316
  • Fixed a network service crash that could occur when using setCertificateVerifyProc. #33253 (Also in 17)
  • Fixed incorrect external memory allocation tracking in nativeImage module. #33305 (Also in 15, 16, 17)

Other Changes

  • Fixed an issue where adding/removing display changes the BrowserWindow size. #33250 (Also in 16)