Skip to content

Commit

Permalink
towncrier
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Dec 1, 2021
1 parent 9253a36 commit d57240e
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 19 deletions.
32 changes: 32 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
======================================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/3449.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3833.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3922.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4022.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4067.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4144.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4246.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4338.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4343.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4488.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4504.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4507.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4515.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4520.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4539.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4552.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4577.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4591.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4605.bugfix

This file was deleted.

0 comments on commit d57240e

Please sign in to comment.