Skip to content

Commit

Permalink
Changelog for version 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ganfra committed Oct 5, 2023
1 parent 59ddf1a commit d379cef
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 8 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Changes in Element v1.6.6 (2023-10-05)
======================================

Bugfixes 🐛
----------
- Fixed JWT token for Jitsi openidtoken-jwt authentication ([#7758](https://github.com/vector-im/element-android/issues/7758))
- Fix crash when max shortcuts count is exceeded ([#8644](https://github.com/vector-im/element-android/issues/8644))
- Fix Login with QR code not working with rust crypto. ([#8653](https://github.com/vector-im/element-android/issues/8653))

Other changes
-------------
- Use 3PID capability to show / hide email UI in settings ([#8615](https://github.com/vector-im/element-android/issues/8615))
- If an external account manager is configured on the server, use it to delete other sessions and hide the multi session deletion. ([#8616](https://github.com/vector-im/element-android/issues/8616))
- Hide account deactivation UI for account managed externally. ([#8619](https://github.com/vector-im/element-android/issues/8619))
- Fix import of SAS Emoji string translations. ([#8623](https://github.com/vector-im/element-android/issues/8623))
- Open external account manager for delete other sessions using Chrome custom tabs. ([#8645](https://github.com/vector-im/element-android/issues/8645))


Changes in Element v1.6.5 (2023-07-25)
======================================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/7758.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/8615.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/8616.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/8619.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/8623.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/8644.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/8645.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/8653.bugfix

This file was deleted.

0 comments on commit d379cef

Please sign in to comment.