- Fixed browser process crash caused by ValidateIntegrityOrDie.
- Resolved spurious preload ENOENT errors when app.asar is replaced at runtime.
- Updated Chromium to version 150.0.7871.114.
Official Electron changelog summary with source attribution, release tags, and community reactions.
Track this Electron release note alongside related changelog updates, risky changes, and weekly digest signals from the developer community.
Every summary should remain traceable to the original changelog or release source.
Turn this Electron release note into a weekly digest for the tools you actually use.
Create digestAdded process.getSystemMemoryInfo() on Linux, exposing MemAvailable via /proc/meminfo
Added net.WebSocket, a WHATWG‑compatible WebSocket client for the main process using Chromium's network stack.
Fixed app.disableHardwareAcceleration() not fully disabling GPU on Windows.