Electron Releases

Filter by channel Filter by major release

Release Notes for v14.0.0-beta.13

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.13.

Features

  • Added missing resourceType conversions for webRequest listener details: font, ping, cspReport, media, webSocket. #30050
  • Added support for Windows Control Overlay on macOS. #29986

Fixes

  • Fixed requestFullscreen inside webview does not make the element take fullscreen. #29989 (Also in 12, 13)
  • Fixed an issue where Electron would sometimes not honor the user-defined Downloads directory. #29967 (Also in 12, 13)
  • Fixed key window status on mac when opening panels or using custom window switchers. #30066 (Also in 12)
  • Fixed memory leak when creating notification on macOS. #30008 (Also in 12, 13)

Other Changes

  • Updated Chromium to 93.0.4566.0. #29979

Documentation

  • Documentation changes: #30058

Release Notes for v14.0.0-beta.12

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.

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)