github electron/electron v13.0.0-beta.8
electron v13.0.0-beta.8

latest releases: v28.3.2, v32.0.0-nightly.20240503, v29.3.2...
pre-release3 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@13.0.0-beta.8.

Release Notes for v13.0.0-beta.8

Features

  • The submitURL option for crashReporter.start is no longer a required argument when uploadToServer is false. #28283

Fixes

  • Fixed a crash when loading pepper plugins. #28372 (Also in 12)
  • Fixed an issue where window.print() did not work properly when printing a pdf from the pdf plugin. #28351 (Also in 12)
  • Fixed an issue where some Node.js modules would hang on page reload on Windows. #28335 (Also in 12)
  • Fixed service worker not working with custom protocol. #28354 (Also in 11, 12)
  • URLS passed to shell.openExternal on windows are now correctly URI encoded. This was already occurring on macOS and Linux. #28342 (Also in 10, 11, 12)

Documentation

  • Documentation changes: #28365

Don't miss a new electron release

NewReleases is sending notifications on new releases.