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@44.0.0-alpha.7.
# Release Notes for v44.0.0-alpha.7
Features
- Added
available to process.getSystemMemoryInfo() on Linux, exposing proc/meminfo MemAvailable. #52380 <sup>(Also in 42, 43)</sup>
Fixes
- Fixed DevTools popup and context menus not appearing when DevTools is hosted in a custom window via
webContents.setDevToolsWebContents(). #52434
Other Changes
- Updated Chromium to 152.0.7969.0. #52464