v44.0.0-alpha.7
electron v44.0.0-alpha.7
Release Notes
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 v44.0.0-alpha.7
Features
- Added
availabletoprocess.getSystemMemoryInfo()on Linux, exposingproc/meminfoMemAvailable. #52380 (Also in 42, 43)
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