Changelog for version 1.6.14

This commit is contained in:
Benoit Marty 2024-04-02 18:15:02 +02:00
parent 9aaf29d4cf
commit ea9751ea8f
5 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,17 @@
Changes in Element v1.6.14 (2024-04-02)
=======================================
Bugfixes 🐛
----------
- Fix send button blinking once for each character you are typing in RTE. ([#send_button_blinking](https://github.com/element-hq/element-android/issues/send_button_blinking))
- Fix infinite loading on secure backup setup ("Re-Authentication needed" bottom sheet). ([#8786](https://github.com/element-hq/element-android/issues/8786))
Other changes
-------------
- Improve UTD reporting by adding additional fields to the report. ([#8780](https://github.com/element-hq/element-android/issues/8780))
- Add a report user action in the message bottom sheet and on the user profile page. ([#8796](https://github.com/element-hq/element-android/issues/8796))
Changes in Element v1.6.12 (2024-02-16)
=======================================

View File

@ -1 +0,0 @@
Improve UTD reporting by adding additional fields to the report.

View File

@ -1 +0,0 @@
Fix infinite loading on secure backup setup ("Re-Authentication needed" bottom sheet).

View File

@ -1 +0,0 @@
Add a report user action in the message bottom sheet and on the user profile page.

View File

@ -1 +0,0 @@
Fix send button blinking once for each character you are typing in RTE.