Electron: v9.0.0-beta.13 Release

Release date:
April 2, 2020
Previous version:
v9.0.0-beta.12 (released March 30, 2020)
Magnitude:
211 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in v9.0.0-beta.13

trop[bot]
zcbenz
electron-bot

Directory Browser for v9.0.0-beta.13

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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 [email protected].

# Release Notes for v9.0.0-beta.13

Fixes

  • Accessing the screen module before the ready event no longer makes it impossible to access the screen module. #22912
  • Fixed webRequest module not working with file:// protocol. #22919
  • Fixed an issue where native macOS dialogs sometimes failed to show after modal close. #22890
  • Fixed crash in network service process when using protocol.registerSchemeAsPrivileged api. #22917
  • Fixed issue where prefers-color-scheme would not be updated / set correctly when your OS was in dark mode. #22900