Electron: v24.0.0-alpha.6 Release

Release date:
February 27, 2023
Previous version:
v24.0.0-alpha.5 (released February 21, 2023)
Magnitude:
0 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in v24.0.0-alpha.6

MarshallOfSound
trop[bot]

Directory Browser for v24.0.0-alpha.6

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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 [email protected].

# 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 <span style="font-size:small;">(Also in 23)</span>