Electron: v29.0.0-beta.2 Release

Release date:
January 25, 2024
Previous version:
v29.0.0-beta.1 (released January 22, 2024)
Magnitude:
64 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in v29.0.0-beta.2

miniak
trop[bot]
codebytere

Directory Browser for v29.0.0-beta.2

All files are compared to previous version, v29.0.0-beta.1. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

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

# Release Notes for v29.0.0-beta.2

Fixes

  • Fixed session.fromPartition() key lookup bug. #41084 <span style="font-size:small;">(Also in 28)</span>
  • Fixed an issue where Request objects did not correctly copy headers into fetches. #41019
  • Fixed an issue where draggable regions didn't work across platforms. #41112
  • Fixed forked child process not able to send IPC message under some cases on macOS. #41102 <span style="font-size:small;">(Also in 27, 28)</span>