v44.0.0-alpha.6
📦 electronView on GitHub →
✨ 1 features🐛 2 fixes🔧 4 symbols
Summary
This alpha release introduces client certificate selection for network requests and fixes issues with dialogs on Linux. It also includes an update to Chromium.
✨ New Features
- Added `select-client-certificate` event support for `net.request` and `net.fetch`, allowing applications to select a certificate when servers request one, preventing `ERR_SSL_CLIENT_AUTH_CERT_NEEDED` errors.
🐛 Bug Fixes
- Fixed `dialog.showOpenDialog`/`dialog.showSaveDialog` from opening at an unusable location on Linux when `defaultPath` is a bare filename without a directory.
- Fixed a crash that occurred when showing Linux message boxes while another Linux UI implementation was active.