Browse Source

Changelog for version 0.4.10

main
Benoit Marty 4 weeks ago
parent
commit
e838e7aa3b
  1. 17
      CHANGES.md
  2. 1
      changelog.d/2698.misc
  3. 1
      changelog.d/2703.misc
  4. 1
      changelog.d/2708.misc
  5. 1
      changelog.d/2709.misc

17
CHANGES.md

@ -1,3 +1,20 @@ @@ -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
changelog.d/2698.misc

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

1
changelog.d/2703.misc

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

1
changelog.d/2708.misc

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

1
changelog.d/2709.misc

@ -1 +0,0 @@ @@ -1 +0,0 @@
Parse permalink using parseMatrixEntityFrom from the SDK
Loading…
Cancel
Save