mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Merge branch 'release/1.1.16' into develop
This commit is contained in:
commit
5b58229274
7 changed files with 17 additions and 5 deletions
15
CHANGES.md
15
CHANGES.md
|
@ -1,3 +1,18 @@
|
|||
Changes in Element v1.1.16 (2021-08-09)
|
||||
=======================================
|
||||
|
||||
Features ✨
|
||||
----------
|
||||
- Spaces - Support Restricted Room via room capabilities API ([#3509](https://github.com/vector-im/element-android/issues/3509))
|
||||
- Spaces | Support restricted room access in room settings ([#3665](https://github.com/vector-im/element-android/issues/3665))
|
||||
|
||||
Bugfixes 🐛
|
||||
----------
|
||||
- Fix crash when opening Troubleshoot Notifications ([#3778](https://github.com/vector-im/element-android/issues/3778))
|
||||
- Fix error when sending encrypted message if someone in the room logs out. ([#3792](https://github.com/vector-im/element-android/issues/3792))
|
||||
- Voice Message - Amplitude update java.util.ConcurrentModificationException ([#3796](https://github.com/vector-im/element-android/issues/3796))
|
||||
|
||||
|
||||
Changes in Element v1.1.15 (2021-07-30)
|
||||
=======================================
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Spaces - Support Restricted Room via room capabilities API
|
|
@ -1 +0,0 @@
|
|||
Spaces | Support restricted room access in room settings
|
|
@ -1 +0,0 @@
|
|||
Fix crash when opening Troubleshoot Notifications
|
|
@ -1 +0,0 @@
|
|||
Fix error when sending encrypted message if someone in the room logs out.
|
|
@ -1 +0,0 @@
|
|||
Voice Message - Amplitude update java.util.ConcurrentModificationException
|
2
fastlane/metadata/android/en-US/changelogs/40101160.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40101160.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Main changes in this version: Fix error when sending encrypted message if someone in the room logs out.
|
||||
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.1.16
|
Loading…
Reference in a new issue