v44.0.0-alpha.5
electron v44.0.0-alpha.5
Release Notes
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 [email protected].
Release Notes for v44.0.0-alpha.5
Fixes
- Fixed
app.disableHardwareAcceleration()not fully disabling GPU hardware usage on Windows starting from Electron 38. #52370 (Also in 41, 42, 43) - Fixed a window being marked hidden and background-throttled on macOS when covered by a transparent or click-through window. #52391 (Also in 43)
- Fixed webContents.print() returning "Invalid printer settings" when print options are provided. #52382 (Also in 43)