Electron: v29.0.0-beta.4 Release

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

Top Contributors in v29.0.0-beta.4

trop[bot]

Directory Browser for v29.0.0-beta.4

All files are compared to previous version, v29.0.0-beta.3. 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.4

Fixes

  • Apply module search paths restriction on worker and child process. #41138 <span style="font-size:small;">(Also in 27, 28)</span>
  • Fixed a potential async_hooks crash when listening for the restore event on Windows after minimizing a maximized BrowserWindow. #41146 <span style="font-size:small;">(Also in 27, 28)</span>
  • Fixed on-screen-keyboard not hiding for webviews under some cases. #41149

    Other Changes

  • Removed extraneous dlls from Windows zip files. #41129 <span style="font-size:small;">(Also in 28)</span>