Change8

v42.1.0

📦 electronView on GitHub →
1 features🐛 1 fixes🔧 1 symbols

Summary

This release fixes a crash related to the macOS Touch ID WebAuthn prompt and introduces the ability to customize the prompt text. It also includes several performance improvements across webRequest handling, native event emission, IPC dispatch, and option parsing.

Migration Steps

  1. If customizing the macOS Touch ID WebAuthn prompt, update calls to `app.configureWebAuthn()` to include the new `touchID.promptReason` option.

✨ New Features

  • Added support for customizing the macOS Touch ID WebAuthn prompt text via the new `touchID.promptReason` option in `app.configureWebAuthn()`.

🐛 Bug Fixes

  • Fixed a crash in the macOS Touch ID WebAuthn prompt caused by a missing string resource.

Affected Symbols