Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha
, or npm install electron@38.0.0-alpha.4
.
Release Notes for v38.0.0-alpha.4
Fixes
- Fixed a crash when calling
desktopCapturer.getSources
with an empty thumbnail size. #47652 (Also in 36, 37) - Fixed an issue where the window required restart in order to recognize system accent color setting change. #47658 (Also in 36, 37)
Other Changes
- Updated Chromium to 140.0.7261.0. #47617