Changes in Element v1.6.6 (2023-10-05)
Bugfixes 🐛
- Fixed JWT token for Jitsi openidtoken-jwt authentication (#7758)
- Fix crash when max shortcuts count is exceeded (#8644)
- Fix Login with QR code not working with rust crypto. (#8653)
Other changes
- Use 3PID capability to show / hide email UI in settings (#8615)
- If an external account manager is configured on the server, use it to delete other sessions and hide the multi session deletion. (#8616)
- Hide account deactivation UI for account managed externally. (#8619)
- Fix import of SAS Emoji string translations. (#8623)
- Open external account manager for delete other sessions using Chrome custom tabs. (#8645)
What's Changed
- Hide setting entry point to manage 3Pid if homeserver capability
m.3pid_changes
is set tofalse
. by @bmarty in #8618 - Fix SAS strings import URL by @turt2live in #8623
- Sync SAS Strings by @github-actions in #8626
- Translations update from Weblate by @RiotTranslateBot in #8625
- Fixes #7758: Fixed JWT token for Jitsi openidtoken-jwt authentication by @tomtit in #8341
- Bump org.matrix.rustcomponents:crypto-android from 0.3.10 to 0.3.14 by @dependabot in #8630
- Feature/bma/OIDC session end by @bmarty in #8620
- Fix crash when max shortcuts count is exceeded by @yostyle in #8644
- Hide deactivate account section in case of account managed externally. by @bmarty in #8627
- Open OIDC account management URL in chrome tab by @hughns in #8645
- Fix QR code login support in rust by @BillCarsonFr in #8654
New Contributors
Full Changelog: v1.6.5...v1.6.6