8000 Release electron v9.0.0-beta.24 · electron/electron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

electron v9.0.0-beta.24

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 11 May 19:09
· 402 commits to 9-x-y since this release

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm i electron@9.0.0-beta.24.

Release Notes for v9.0.0-beta.24

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
0