electron v16.0.0-beta.4
Pre-release
Pre-release
·
280 commits
to 16-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 install [email protected]
.
Release Notes for v16.0.0-beta.4
Fixes
- Fixed an issue where
clipboard.read()
could cause crashes with custom clipboard formats. #31592 (Also in 15) - Fixed crash when using singleton api with packaged apps on macOS. #31612
- Having a secure CSP will no longer cause a CSP violation warning to appear in console. #31589
Other Changes
- Updated Chromium to 96.0.4664.4. #31529