You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Browserify artifact is being deprecated, scheduled for removal in the October 10th release cycle. (#3189).
ElementR: Add CryptoApi#bootstrapSecretStorage (#3483). Contributed by @florianduros.
Deprecate MatrixClient.findVerificationRequestDMInProgress, MatrixClient.getVerificationRequestsToDeviceInProgress, and MatrixClient.requestVerification, in favour of methods in CryptoApi. (#3474).
Introduce a new Crypto.VerificationRequest interface, and deprecate direct access to the old VerificationRequest class. Also deprecate some related classes that were exported from src/crypto/verification/request/VerificationRequest (#3449).
✨ Features
OIDC: navigate to authorization endpoint (#3499). Contributed by @kerryarchibald.
Support for interactive device verification in Element-R. (#3505).
Support for interactive device verification in Element-R. (#3508).