Skip to content

electron v24.0.0-alpha.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 27 Feb 22:41
· 222 commits to 24-x-y since this release
a6a8622

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.

Release Notes for v24.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)