Browse Source

Changelog for version 0.2.1

pull/1397/head
Benoit Marty 1 year ago
parent
commit
e2b0a0b01c
  1. 20
      CHANGES.md
  2. 1
      changelog.d/1309.feature
  3. 1
      changelog.d/1370.bugfix
  4. 1
      changelog.d/1377.misc
  5. 1
      changelog.d/1378.misc
  6. 1
      changelog.d/1381.misc
  7. 1
      changelog.d/1382.feature

20
CHANGES.md

@ -1,3 +1,23 @@ @@ -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)
========================================

1
changelog.d/1309.feature

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

1
changelog.d/1370.bugfix

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

1
changelog.d/1377.misc

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

1
changelog.d/1378.misc

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

1
changelog.d/1381.misc

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

1
changelog.d/1382.feature

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