- Corrected ProtocolResponse URL handling to use the proper session when none is specified.
- Enabled "reload" menu items to function correctly with BaseWindow.
- Integrated backported upstream Chromium fixes.
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.