Electron v42.0.0-alpha.6
Latest Pre Releasenpm
npm install --save-dev electron@42.0.0-alpha.6
yarn
yarn add --dev electron@42.0.0-alpha.6
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. #50533Fixed 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