Merge tag 'v1.6.10' into develop

tag
This commit is contained in:
Benoit Marty 2024-01-09 12:16:39 +01:00
commit a080826242
6 changed files with 20 additions and 8 deletions

View File

@ -1,3 +1,21 @@
Changes in Element v1.6.10 (2024-01-09)
=======================================
Features ✨
----------
- Add support for Mobile Device Management.
The keys are:
- default homeserver URL `im.vector.app.serverConfigDefaultHomeserverUrlString`
- push gateway URL `im.vector.app.serverConfigSygnalAPIUrlString`
- permalink base URL `im.vector.app.clientPermalinkBaseUrl` ([#8698](https://github.com/element-hq/element-android/issues/8698))
- Support Functional members (https://github.com/element-hq/element-meta/blob/develop/spec/functional_members.md) ([#3736](https://github.com/element-hq/element-android/issues/3736))
Bugfixes 🐛
----------
- Fix some issues related to edition and reply of events. ([#5969](https://github.com/element-hq/element-android/issues/5969))
- Fix crypto migration from kotlin to rust when an account has a single session and no backup. ([#8666](https://github.com/element-hq/element-android/issues/8666))
Changes in Element v1.6.8 (2023-11-28)
======================================

View File

@ -1 +0,0 @@
Support Functional members (https://github.com/element-hq/element-meta/blob/develop/spec/functional_members.md)

View File

@ -1 +0,0 @@
Fix some issues related to edition and reply of events.

View File

@ -1 +0,0 @@
Fix crypto migration from kotlin to rust when an account has a single session and no backup.

View File

@ -1,5 +0,0 @@
Add support for Mobile Device Management.
The keys are:
- default homeserver URL `im.vector.app.serverConfigDefaultHomeserverUrlString`
- push gateway URL `im.vector.app.serverConfigSygnalAPIUrlString`
- permalink base URL `im.vector.app.clientPermalinkBaseUrl`

View File

@ -0,0 +1,2 @@
Main changes in this version: add Mobile Device Managament and functional members support.
Full changelog: https://github.com/element-hq/element-android/releases