- Windows opened from links inside a sandboxed iframe now inherit the iframe's sandbox restrictions by default.
- The behavior can be overridden with the allow‑popups‑to‑escape‑sandbox flag.
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.