Merge tag 'v0.2.1' into develop

tag
This commit is contained in:
Benoit Marty
2023-09-20 18:13:52 +02:00
8 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,23 @@
Changes in Element X v0.2.1 (2023-09-20)
========================================
Features ✨
----------
- Bump Rust SDK to `v0.1.56`
- [Rich text editor] Add link support to rich text editor ([#1309](https://github.com/vector-im/element-x-android/issues/1309))
- Let the SDK figure the best scheme given an homeserver URL (thus allowing HTTP homeservers) ([#1382](https://github.com/vector-im/element-x-android/issues/1382))
Bugfixes 🐛
----------
- Fix ANR on RoomList when notification settings change. ([#1370](https://github.com/vector-im/element-x-android/issues/1370))
Other changes
-------------
- Element Call: support scheme `io.element.call` ([#1377](https://github.com/vector-im/element-x-android/issues/1377))
- [DI] Rework how dagger components are created and provided. ([#1378](https://github.com/vector-im/element-x-android/issues/1378))
- Remove usage of async-uniffi as it leads to a deadlocks and memory leaks. ([#1381](https://github.com/vector-im/element-x-android/issues/1381))
Changes in Element X v0.2.0 (2023-09-18)
========================================

View File

@@ -1 +0,0 @@
[Rich text editor] Add link support to rich text editor

View File

@@ -1 +0,0 @@
Fix ANR on RoomList when notification settings change.

View File

@@ -1 +0,0 @@
Element Call: support scheme `io.element.call`

View File

@@ -1 +0,0 @@
[DI] Rework how dagger components are created and provided.

View File

@@ -1 +0,0 @@
Remove usage of async-uniffi as it leads to a deadlocks and memory leaks.

View File

@@ -1 +0,0 @@
Let the SDK figure the best scheme given an homeserver URL (thus allowing HTTP homeservers)

View File

@@ -0,0 +1,2 @@
Main changes in this version: Element Call, design update, bugfixes
Full changelog: https://github.com/vector-im/element-x-android/releases