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@7.0.0-beta.7.
Release Notes for v7.0.0-beta.7
Fixes
- Fixed
cookies.get
not working whenurl
is not specified in filter. #20496 - Fixed an issue where the
open-url
event was not properly being fired on macOS. #20523 - Fixed memory leak when using protocol.registerSchemeAsPrivileged api. #20558
- Fixed setting
content-type
header with charset breakingprotocol
APIs. #20544