Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/electron-42-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Electron 42 upgrades Chromium from `146.0.7680.65` to `148.0.7778.96`, Node.js f
## New Features and Improvements

- Added `app.configureWebAuthn({ touchID: { keychainAccessGroup } })` to enable the WebAuthn Touch ID platform authenticator on macOS. Also introduces a `select-webauthn-account` session event for discoverable-credential selection. [#51411](https://github.com/electron/electron/pull/51411) <sup>(Also in [41](https://github.com/electron/electron/pull/51411))</sup>
- Added `allowExtensions` privilege to protocol.registerSchemesAsPrivileged() to enable Chrome extensions on custom protocols. [#49951](https://github.com/electron/electron/pull/49951)
- Added `allowExtensions` privilege to `protocol.registerSchemesAsPrivileged()` to enable Chrome extensions on custom protocols. [#49951](https://github.com/electron/electron/pull/49951)
- Added `Notification.getHistory()` for macOS. [#51123](https://github.com/electron/electron/pull/51123)
- Added `Notification.handleActivation(callback)` API on Windows to handle notification clicks, replies, and action buttons — including when the app is launched from a notification (cold start). [#49919](https://github.com/electron/electron/pull/49919)
- Added `ELECTRON_INSTALL_PLATFORM` and `ELECTRON_INSTALL_ARCH` variables to install binaries from other platforms and architectures. [#49981](https://github.com/electron/electron/pull/49981)
Expand Down