Merge tag 'v0.4.10' into develop
tag
This commit is contained in:
commit
de5eaf8e02
6 changed files with 19 additions and 4 deletions
17
CHANGES.md
17
CHANGES.md
|
|
@ -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)
|
||||
========================================
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Fix compile for forks that use the `noop` analytics module
|
||||
|
|
@ -1 +0,0 @@
|
|||
Encrypt new session data with a passphrase
|
||||
|
|
@ -1 +0,0 @@
|
|||
Use sdk API to build permalinks
|
||||
|
|
@ -1 +0,0 @@
|
|||
Parse permalink using parseMatrixEntityFrom from the SDK
|
||||
2
fastlane/metadata/android/en-US/changelogs/40004100.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40004100.txt
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue