Electron v42.0.0-alpha.6

Latest Pre Release
npm
npm install --save-dev electron@42.0.0-alpha.6
yarn
yarn add --dev electron@42.0.0-alpha.6
Google ChromeChromium
148.0.7751.0
Node.jsNode.js
24.14.0
V8V8
14.8.95

Release Notes

Fixes

  • Fixed Electron child process titles on Linux so they show their types (render, gpu, etc.) and complete command-line arguments and flags in ps aux. #50533

  • Fixed a bug where Windows notification icons could fail to save because their temporary filenames contained invalid characters. #50482 (Also in 40, 41)

  • Fixed an issue where an app shortcut may lose its icon after auto-updating on Windows. #50517 (Also in 40, 41)

Other Changes

  • Updated Chromium to 148.0.7751.0. #50429

Documentation

  • Documentation changes: #50526