mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Changelog
This commit is contained in:
parent
adabb31688
commit
9ad1ad2156
25
CHANGES.md
25
CHANGES.md
@ -1,3 +1,28 @@
|
|||||||
|
Changes in Element 1.1.14 (2021-07-23)
|
||||||
|
======================================
|
||||||
|
|
||||||
|
Features ✨
|
||||||
|
----------
|
||||||
|
- Add low priority section in DM tab ([#3463](https://github.com/vector-im/element-android/issues/3463))
|
||||||
|
- Show missed call notification. ([#3710](https://github.com/vector-im/element-android/issues/3710))
|
||||||
|
|
||||||
|
Bugfixes 🐛
|
||||||
|
----------
|
||||||
|
- Don't use the transaction ID of the verification for the request ([#3589](https://github.com/vector-im/element-android/issues/3589))
|
||||||
|
- Avoid incomplete downloads in cache ([#3656](https://github.com/vector-im/element-android/issues/3656))
|
||||||
|
- Fix a crash which can happen when user signs out ([#3720](https://github.com/vector-im/element-android/issues/3720))
|
||||||
|
- Ensure OTKs are uploaded when the session is created ([#3724](https://github.com/vector-im/element-android/issues/3724))
|
||||||
|
|
||||||
|
SDK API changes ⚠️
|
||||||
|
------------------
|
||||||
|
- Add initialState support to CreateRoomParams (#3713) ([#3713](https://github.com/vector-im/element-android/issues/3713))
|
||||||
|
|
||||||
|
Other changes
|
||||||
|
-------------
|
||||||
|
- Apply grammatical fixes to the Server ACL timeline messages. ([#3721](https://github.com/vector-im/element-android/issues/3721))
|
||||||
|
- Add tags in the log, especially for VoIP, but can be used for other features in the future ([#3723](https://github.com/vector-im/element-android/issues/3723))
|
||||||
|
|
||||||
|
|
||||||
Changes in Element v1.1.13 (2021-07-19)
|
Changes in Element v1.1.13 (2021-07-19)
|
||||||
=======================================
|
=======================================
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Add low priority section in DM tab
|
|
@ -1 +0,0 @@
|
|||||||
Don't use the transaction ID of the verification for the request
|
|
@ -1 +0,0 @@
|
|||||||
Avoid incomplete downloads in cache
|
|
@ -1 +0,0 @@
|
|||||||
Show missed call notification.
|
|
@ -1 +0,0 @@
|
|||||||
Add initialState support to CreateRoomParams (#3713)
|
|
@ -1 +0,0 @@
|
|||||||
Fix a crash which can happen when user signs out
|
|
@ -1 +0,0 @@
|
|||||||
Apply grammatical fixes to the Server ACL timeline messages.
|
|
@ -1 +0,0 @@
|
|||||||
Add tags in the log, especially for VoIP, but can be used for other features in the future
|
|
@ -1 +0,0 @@
|
|||||||
Ensure OTKs are uploaded when the session is created
|
|
Loading…
Reference in New Issue
Block a user