Changelog

This commit is contained in:
Benoit Marty 2021-07-23 11:49:16 +02:00
parent adabb31688
commit 9ad1ad2156
10 changed files with 25 additions and 9 deletions

View file

@ -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)
=======================================

View file

@ -1 +0,0 @@
Add low priority section in DM tab

View file

@ -1 +0,0 @@
Don't use the transaction ID of the verification for the request

View file

@ -1 +0,0 @@
Avoid incomplete downloads in cache

View file

@ -1 +0,0 @@
Show missed call notification.

View file

@ -1 +0,0 @@
Add initialState support to CreateRoomParams (#3713)

View file

@ -1 +0,0 @@
Fix a crash which can happen when user signs out

View file

@ -1 +0,0 @@
Apply grammatical fixes to the Server ACL timeline messages.

View file

@ -1 +0,0 @@
Add tags in the log, especially for VoIP, but can be used for other features in the future

View file

@ -1 +0,0 @@
Ensure OTKs are uploaded when the session is created