Changelog for version 1.6.3

This commit is contained in:
Valere 2023-06-27 12:11:42 +02:00
parent 8cd51ea803
commit 042f144afe
10 changed files with 23 additions and 9 deletions

View File

@ -1,3 +1,26 @@
Changes in Element v1.6.3 (2023-06-27)
======================================
Features ✨
----------
- **Element Android is now using the Crypto Rust SDK**. Migration of user's data should be done at first launch after application upgrade. ([#8390](https://github.com/vector-im/element-android/issues/8390))
- [Rich text editor] Add mentions and slash commands ([#8440](https://github.com/vector-im/element-android/issues/8440))
Bugfixes 🐛
----------
- Update rich text editor library to support pasting of images. ([#8270](https://github.com/vector-im/element-android/issues/8270))
- Fix | Got asked twice about verification #8353 (and other verification banners problems) ([#8353](https://github.com/vector-im/element-android/issues/8353))
- Prompt the user when the invited MatrixId is not recognized ([#8468](https://github.com/vector-im/element-android/issues/8468))
- The correct title and options are now displayed When a poll that was edited is ended. ([#8471](https://github.com/vector-im/element-android/issues/8471))
- In some conditions the room shield is not refreshed correctly ([#8507](https://github.com/vector-im/element-android/issues/8507))
- Fix crypto config fallback key sharing strategy ([#8541](https://github.com/vector-im/element-android/issues/8541))
Other changes
-------------
- MSC3987 implementation: the 'dont_notify' action for a push_rule is now deprecated and replaced by an empty action list. ([#8503](https://github.com/vector-im/element-android/issues/8503))
- Update crypto rust sdk version to 0.3.10 ([#8554](https://github.com/vector-im/element-android/issues/8554))
Changes in Element v1.6.2 (2023-06-02)
======================================

View File

@ -1 +0,0 @@
Update rich text editor library to support pasting of images.

View File

@ -1 +0,0 @@
Fix | Got asked twice about verification #8353 (and other verification banners problems)

View File

@ -1 +0,0 @@
[Rich text editor] Add mentions and slash commands

View File

@ -1 +0,0 @@
Prompt the user when the invited MatrixId is not recognized

View File

@ -1 +0,0 @@
The correct title and options are now displayed When a poll that was edited is ended.

View File

@ -1 +0,0 @@
MSC3987 implementation: the 'dont_notify' action for a push_rule is now deprecated and replaced by an empty action list.

View File

@ -1 +0,0 @@
In some conditions the room shield is not refreshed correctly

View File

@ -1 +0,0 @@
Fix crypto config fallback key sharing strategy

View File

@ -1 +0,0 @@
Update crypto rust sdk version to 0.3.10