Skip to content

electron v14.0.0-beta.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot 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

Fixes

  • Fixed a potential crash when calling app.quit() on macOS. #29962 (Also in 13)
  • Fixed an issue where self.module.paths wouldn't work in Workers. #30014 (Also in 12, 13)
  • Fixed page title not being updated on child windows without navigation entries under nativeWindowOpen. #29959 (Also in 12, 13)