Electron Releases

Filter by channel Filter by major release

Release Notes for v16.0.0-beta.3

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@16.0.0-beta.3.

Fixes

  • Fixed an issue where MediaMetadata did not work properly. #31535 (Also in 13, 14)
  • Fixed an issue where windows with vibrancy types set on them would incorrectly have a white instead of transparent background. #31537
  • Fixed event with invalid timestamp in trace log. #31423 (Also in 14, 15)

Release Notes for v16.0.0-beta.2

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@16.0.0-beta.2.

Features

  • Added new data parameter to app.requestSingleInstanceLock(). #31444
  • Added warning when ipcRenderer.sendSync() is called with no listeners for channel on ipcMain. #31435 (Also in 13, 14, 15)

Fixes