towncrier
This commit is contained in:
parent
9253a3664b
commit
d57240e3f5
32
CHANGES.md
32
CHANGES.md
|
@ -1,3 +1,35 @@
|
|||
Changes in Element v1.3.9 (2021-12-01)
|
||||
======================================
|
||||
|
||||
Features ✨
|
||||
----------
|
||||
- Voice messages: Persist drafts of voice messages when navigating between rooms ([#3922](https://github.com/vector-im/element-android/issues/3922))
|
||||
- Make Element Android Thread aware ([#4246](https://github.com/vector-im/element-android/issues/4246))
|
||||
- Iterate on the consent dialog of the identity server. ([#4577](https://github.com/vector-im/element-android/issues/4577))
|
||||
|
||||
Bugfixes 🐛
|
||||
----------
|
||||
- Fixes left over text when inserting emojis via the ':' menu and replaces the last typed ':' rather than the one at the end of the message ([#3449](https://github.com/vector-im/element-android/issues/3449))
|
||||
- Fixing queued voice message failing to send or retry ([#3833](https://github.com/vector-im/element-android/issues/3833))
|
||||
- Keeping device screen on whilst recording and playing back voice messages ([#4022](https://github.com/vector-im/element-android/issues/4022))
|
||||
- Allow voice messages to continue recording during device rotation ([#4067](https://github.com/vector-im/element-android/issues/4067))
|
||||
- Allowing users to hang up VOIP calls during the initialisation phase (avoids getting stuck in the call screen if something goes wrong) ([#4144](https://github.com/vector-im/element-android/issues/4144))
|
||||
- Make the verification shields the same in Element Web and Element Android ([#4338](https://github.com/vector-im/element-android/issues/4338))
|
||||
- Fix a display issue in the composer when the replied message is changed. ([#4343](https://github.com/vector-im/element-android/issues/4343))
|
||||
- Dismissing the Fdroid variant Listening for notifications on sign out, fixes crash when tapping the notification when signed out ([#4488](https://github.com/vector-im/element-android/issues/4488))
|
||||
- Fix a crash when displaying the bootstrap bottom sheet ([#4520](https://github.com/vector-im/element-android/issues/4520))
|
||||
- Remove duplicated settings declaration ([#4539](https://github.com/vector-im/element-android/issues/4539))
|
||||
- Fixes .ogg files failing to upload to rooms ([#4552](https://github.com/vector-im/element-android/issues/4552))
|
||||
- Add robustness when getting data from cursors ([#4605](https://github.com/vector-im/element-android/issues/4605))
|
||||
|
||||
Other changes
|
||||
-------------
|
||||
- Upgrade Jitsi lib (and so webrtc) from Jitsi android-sdk-3.1.0 to android-sdk-3.10.0 ([#4504](https://github.com/vector-im/element-android/issues/4504))
|
||||
- Improve crypto logs to help debug decryption failures ([#4507](https://github.com/vector-im/element-android/issues/4507))
|
||||
- Voice recording mic button refactor with small animation tweaks in preparation for voice drafts ([#4515](https://github.com/vector-im/element-android/issues/4515))
|
||||
- Remove requestModelBuild() from epoxy Controllers init{} block ([#4591](https://github.com/vector-im/element-android/issues/4591))
|
||||
|
||||
|
||||
Changes in Element v1.3.8 (2021-11-17)
|
||||
======================================
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Fixes left over text when inserting emojis via the ':' menu and replaces the last typed ':' rather than the one at the end of the message
|
|
@ -1 +0,0 @@
|
|||
Fixing queued voice message failing to send or retry
|
|
@ -1 +0,0 @@
|
|||
Voice messages: Persist drafts of voice messages when navigating between rooms
|
|
@ -1 +0,0 @@
|
|||
Keeping device screen on whilst recording and playing back voice messages
|
|
@ -1 +0,0 @@
|
|||
Allow voice messages to continue recording during device rotation
|
|
@ -1 +0,0 @@
|
|||
Allowing users to hang up VOIP calls during the initialisation phase (avoids getting stuck in the call screen if something goes wrong)
|
|
@ -1 +0,0 @@
|
|||
Make Element Android Thread aware
|
|
@ -1 +0,0 @@
|
|||
Make the verification shields the same in Element Web and Element Android
|
|
@ -1 +0,0 @@
|
|||
Fix a display issue in the composer when the replied message is changed.
|
|
@ -1 +0,0 @@
|
|||
Dismissing the Fdroid variant Listening for notifications on sign out, fixes crash when tapping the notification when signed out
|
|
@ -1 +0,0 @@
|
|||
Upgrade Jitsi lib (and so webrtc) from Jitsi android-sdk-3.1.0 to android-sdk-3.10.0
|
|
@ -1 +0,0 @@
|
|||
Improve crypto logs to help debug decryption failures
|
|
@ -1 +0,0 @@
|
|||
Voice recording mic button refactor with small animation tweaks in preparation for voice drafts
|
|
@ -1 +0,0 @@
|
|||
Fix a crash when displaying the bootstrap bottom sheet
|
|
@ -1 +0,0 @@
|
|||
Remove duplicated settings declaration
|
|
@ -1 +0,0 @@
|
|||
Fixes .ogg files failing to upload to rooms
|
|
@ -1 +0,0 @@
|
|||
Iterate on the consent dialog of the identity server.
|
|
@ -1 +0,0 @@
|
|||
Remove requestModelBuild() from epoxy Controllers init{} block
|
|
@ -1 +0,0 @@
|
|||
Add robustness when getting data from cursors
|
Loading…
Reference in New Issue