Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install electron@38.0.0-beta.8
.
Release Notes for v38.0.0-beta.8
Fixes
- Fixed an issue where
net.isOnline()
always returnedtrue
in utilityProcesses. #48151 (Also in 36, 37) - Fixed an issue where snapped corner state wasn't properly restored after minimizing and then restoring. #48157 (Also in 36, 37)
Other Changes
- Updated Chromium to 140.0.7339.24. #48147