Electron Releases

Filter by channel Filter by major release

Release Notes for v24.0.0-alpha.6

Note: This is an alpha release. Please file new issues for any bugs you find in it.

This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@24.0.0-alpha.6.

Features

  • Added httpOnly to the cookie filter. #37365
  • Added logUsage to shell.openExternal() options, which allows passing the SEE_MASK_FLAG_LOG_USAGE flag to ShellExecuteEx on Windows. #37291

Fixes

  • Fixed right-click events not being delivered in frameless window draggable regions. #37395 (Also in 23)

Release Notes for v24.0.0-alpha.5

Note: This is an alpha release. Please file new issues for any bugs you find in it.

This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@24.0.0-alpha.5.

Fixes

  • Corrects an issue with HTML fullscreen when BrowserWindow fullscreening is disabled. #37368 (Also in 23)
  • Fixed potential private API usage for MAS builds on macOS. #37364 (Also in 23)
  • Fixed window could not go back to maximized state when restored on Linux. #37358 (Also in 22, 23)