Electron Releases - v9.0.0-beta.24

npm install electron@v9.0.0-beta.24
yarn add electron@v9.0.0-beta.24
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

Features

  • Added a new force parameter to app.focus() on macOS to allow apps to forcefully take focus. #23447

Fixes

  • Fixed an issue whereby macOS would fail to allow file extensions containing periods. #23450
  • Fixed crash that could occur when calling session.fromPartition inside the ready event. #23472
  • crashReporter is now explicitly initialized only in the main process, and implicitly initialized in other child processes. This fixes an issue preventing the crash reporter from functioning in sandboxed renderers on Linux. #23461

Other Changes

  • Updated Chromium to 83.0.4103.45. #23446