Changelog for version 1.6.1
This commit is contained in:
parent
82748591f9
commit
f261a903f0
17
CHANGES.md
17
CHANGES.md
|
@ -1,3 +1,20 @@
|
||||||
|
Changes in Element v1.6.1 (2023-05-25)
|
||||||
|
======================================
|
||||||
|
|
||||||
|
Corrective release for 1.6.0
|
||||||
|
|
||||||
|
Bugfixes 🐛
|
||||||
|
----------
|
||||||
|
- Allow stateloss on verification dialogfragment ([#8439](https://github.com/vector-im/element-android/issues/8439))
|
||||||
|
- Fix: Update verification popup text when a re-verification is needed after rust migration (read only sessions) ([#8445](https://github.com/vector-im/element-android/issues/8445))
|
||||||
|
- Fix several performance issues causing app non responsive issues. ([#8454](https://github.com/vector-im/element-android/issues/8454))
|
||||||
|
- Fix: The device list screen from the member profile page was always showing the current user devices (rust crypto). ([#8457](https://github.com/vector-im/element-android/issues/8457))
|
||||||
|
|
||||||
|
Other changes
|
||||||
|
-------------
|
||||||
|
- Remove UI option to manually verify a specific device of another user (deprecated behaviour) ([#8458](https://github.com/vector-im/element-android/issues/8458))
|
||||||
|
|
||||||
|
|
||||||
Changes in Element v1.6.0 (2023-05-17)
|
Changes in Element v1.6.0 (2023-05-17)
|
||||||
======================================
|
======================================
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Allow stateloss on verification dialogfragment
|
|
|
@ -1 +0,0 @@
|
||||||
Fix: Update verification popup text when a re-verification is needed after rust migration (read only sessions)
|
|
|
@ -1 +0,0 @@
|
||||||
Fix several performance issues causing app non responsive issues.
|
|
|
@ -1 +0,0 @@
|
||||||
Fix: The device list screen from the member profile page was always showing the current user devices (rust crypto).
|
|
|
@ -1 +0,0 @@
|
||||||
Remove UI option to manually verify a specific device of another user (deprecated behaviour)
|
|
Loading…
Reference in New Issue