v41.5.0
📦 electronView on GitHub →
✨ 2 features🐛 3 fixes🔧 3 symbols
Summary
This release introduces WebAuthn configuration support for Touch ID on macOS and resolves several platform-specific bugs related to window resizing, mouse hook management, and remote debugging functionality.
✨ New Features
- Added app.configureWebAuthn() to enable the Touch ID platform authenticator for WebAuthn on macOS.
- Added a select-webauthn-account session event for choosing between multiple discoverable credentials.
🐛 Bug Fixes
- Fixed a regression on Windows where frameless windows changed their size after calling setResizable.
- Fixed an issue on Windows where a transient UnhookWindowsHookEx failure in setIgnoreMouseEvents(true, { forward: true }) teardown could cause duplicate low-level mouse hooks to be installed on the next activation.
- Fixed remote debugging via --remote-debugging-port not working when inspecting from Chrome's chrome://inspect page because the DevTools page appeared empty due to an incorrect frontend URL pointing to a CDN.