mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Merge tag 'v1.6.14' into develop
tag
This commit is contained in:
commit
479cb1a8f4
6 changed files with 16 additions and 4 deletions
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)
|
||||
=======================================
|
||||
|
||||
|
|
|
@ -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.
|
2
fastlane/metadata/android/en-US/changelogs/40106140.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40106140.txt
Normal file
|
@ -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 a new issue