Electron v42.8.0

npm
npm install --save-dev electron@42.8.0
yarn
yarn add --dev electron@42.8.0
Google ChromeChromium
148.0.7778.280
Node.jsNode.js
24.18.0
V8V8
14.8.178.38

Release Notes

Features

  • Added available to process.getSystemMemoryInfo() on Linux, exposing proc/meminfo MemAvailable. #52378 (Also in 43, 44)

Fixes

  • Fixed a window being marked hidden and background-throttled on macOS when covered by a transparent or click-through window. #52390 (Also in 43, 44)

  • Fixed an issue where loading ICO files from ASAR archives on Windows left temporary icon files behind. #52479 (Also in 43, 44)