Merge tag 'v0.2.1' into develop
tag
This commit is contained in:
commit
ff92974a94
8 changed files with 22 additions and 6 deletions
20
CHANGES.md
20
CHANGES.md
|
|
@ -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)
|
Changes in Element X v0.2.0 (2023-09-18)
|
||||||
========================================
|
========================================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
[Rich text editor] Add link support to rich text editor
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Fix ANR on RoomList when notification settings change.
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Element Call: support scheme `io.element.call`
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
[DI] Rework how dagger components are created and provided.
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Remove usage of async-uniffi as it leads to a deadlocks and memory leaks.
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Let the SDK figure the best scheme given an homeserver URL (thus allowing HTTP homeservers)
|
|
||||||
2
fastlane/metadata/android/en-US/changelogs/40002010.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40002010.txt
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue