electron v14.0.0-beta.12
Pre-release
Pre-release
electron-bot
released this
05 Jul 15:30
·
320 commits
to 14-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 v14.0.0-beta.12
Features
- Added support for directing Chromium logging to a file with
--log-file=.../path/to/file.log
. Also, it's now possible to enable logging from JavaScript by appending command-line switches during the first JS tick. #29963