npm electron 14.0.0-beta.12
electron v14.0.0-beta.12

latest releases: 29.3.2, 30.0.2, 31.0.0-alpha.3...
2 years ago

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 electron@14.0.0-beta.12.

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)

Don't miss a new electron release

NewReleases is sending notifications on new releases.