commit
479cb1a8f4
14
CHANGES.md
14
CHANGES.md
|
@ -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)
|
Changes in Element v1.6.12 (2024-02-16)
|
||||||
=======================================
|
=======================================
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Improve UTD reporting by adding additional fields to the report.
|
|
|
@ -1 +0,0 @@
|
||||||
Fix infinite loading on secure backup setup ("Re-Authentication needed" bottom sheet).
|
|
|
@ -1 +0,0 @@
|
||||||
Add a report user action in the message bottom sheet and on the user profile page.
|
|
|
@ -1 +0,0 @@
|
||||||
Fix send button blinking once for each character you are typing in RTE.
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Main changes in this version: Bugfixes and improvements.
|
||||||
|
Full changelog: https://github.com/element-hq/element-android/releases
|
Loading…
Reference in New Issue