v44.0.0-alpha.7
📦 electronView on GitHub →
✨ 1 features🐛 1 fixes🔧 2 symbols
Summary
This alpha release introduces a new feature for memory information on Linux and fixes a bug with DevTools context menus. It also updates Chromium to version 152.0.7969.0.
✨ New Features
- Added `available` to `process.getSystemMemoryInfo()` on Linux, exposing `proc/meminfo` MemAvailable. [#52380](https://github.com/electron/electron/pull/52380)
🐛 Bug Fixes
- Fixed DevTools popup and context menus not appearing when DevTools is hosted in a custom window via `webContents.setDevToolsWebContents()`. [#52434](https://github.com/electron/electron/pull/52434)