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@44.0.0-alpha.4.
Release Notes for v44.0.0-alpha.4
Features
- Added a Save/Restore Window State API for cross-platform use. #52270
Fixes
- Fixed unnecessary autofill popup creation for fields without datalist suggestions, which could cause input latency on macOS. #52318 (Also in 41, 42, 43)
Other Changes
- Updated Chromium to 152.0.7938.0. #52312
Unknown
- Removed 32-bit builds (Windows ia32 and Linux armv7l). Electron is now published only for 64-bit (x64 and arm64) platforms. #52326