mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Merge branch 'release/1.1.14' into develop
This commit is contained in:
commit
a7e1d61144
11 changed files with 27 additions and 9 deletions
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)
|
||||
=======================================
|
||||
|
||||
|
|
|
@ -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
|
2
fastlane/metadata/android/en-US/changelogs/40101140.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40101140.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Main changes in this version: fix an issue about encrypted messages.
|
||||
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.1.14
|
Loading…
Reference in a new issue