Merge tag 'v0.4.10' into develop

tag
This commit is contained in:
Benoit Marty 2024-04-17 08:24:51 +02:00
commit de5eaf8e02
6 changed files with 19 additions and 4 deletions

View file

@ -1,3 +1,20 @@
Changes in Element X v0.4.10 (2024-04-17)
=========================================
Matrix Rust SDK 0.2.14
Features ✨
----------
- Rework room navigation to handle unknown room and prepare work on permalink. ([#2695](https://github.com/element-hq/element-x-android/issues/2695))
Other changes
-------------
- Encrypt new session data with a passphrase ([#2703](https://github.com/element-hq/element-x-android/issues/2703))
- Use sdk API to build permalinks ([#2708](https://github.com/element-hq/element-x-android/issues/2708))
- Parse permalink using parseMatrixEntityFrom from the SDK ([#2709](https://github.com/element-hq/element-x-android/issues/2709))
- Fix compile for forks that use the `noop` analytics module ([#2698](https://github.com/element-hq/element-x-android/issues/2698))
Changes in Element X v0.4.9 (2024-04-12)
========================================

View file

@ -1 +0,0 @@
Fix compile for forks that use the `noop` analytics module

View file

@ -1 +0,0 @@
Encrypt new session data with a passphrase

View file

@ -1 +0,0 @@
Use sdk API to build permalinks

View file

@ -1 +0,0 @@
Parse permalink using parseMatrixEntityFrom from the SDK

View file

@ -0,0 +1,2 @@
Main changes in this version: Prepare navigation with permalink.
Full changelog: https://github.com/element-hq/element-x-android/releases