Changelog for version 1.5.10

This commit is contained in:
Benoit Marty 2022-11-30 10:46:58 +01:00
parent eb7154d42c
commit d447d809f7
17 changed files with 36 additions and 17 deletions

View File

@ -1,3 +1,39 @@
Changes in Element v1.5.10 (2022-11-30)
=======================================
Features ✨
----------
- Add setting to allow disabling direct share ([#2725](https://github.com/vector-im/element-android/issues/2725))
- [Device Manager] Toggle IP address visibility ([#7546](https://github.com/vector-im/element-android/issues/7546))
- New implementation of the full screen mode for the Rich Text Editor. ([#7577](https://github.com/vector-im/element-android/issues/7577))
Bugfixes 🐛
----------
- Fix italic text is truncated when bubble mode and markdown is enabled ([#5679](https://github.com/vector-im/element-android/issues/5679))
- Missing translations on "replyTo" messages ([#7555](https://github.com/vector-im/element-android/issues/7555))
- ANR on session start when sending client info is enabled ([#7604](https://github.com/vector-im/element-android/issues/7604))
- Make the plain text mode layout of the RTE more compact. ([#7620](https://github.com/vector-im/element-android/issues/7620))
- Push notification for thread message is now shown correctly when user observes rooms main timeline ([#7634](https://github.com/vector-im/element-android/issues/7634))
- Voice Broadcast - Fix playback stuck in buffering mode ([#7646](https://github.com/vector-im/element-android/issues/7646))
In development 🚧
----------------
- Voice Broadcast - Handle redaction of the state events on the listener and recorder sides ([#7629](https://github.com/vector-im/element-android/issues/7629))
- Voice Broadcast - Update the buffering display in the timeline ([#7655](https://github.com/vector-im/element-android/issues/7655))
- Voice Broadcast - Remove voice messages related to a VB from the room attachments ([#7656](https://github.com/vector-im/element-android/issues/7656))
SDK API changes ⚠️
------------------
- Added support for read receipts in threads. Now user in a room can have multiple read receipts (one per thread + one in main thread + one without threadId) ([#6996](https://github.com/vector-im/element-android/issues/6996))
- Sync Filter now taking in account homeserver capabilities to not pass unsupported parameters.
Sync Filter is now configured by providing SyncFilterBuilder class instance, instead of Filter to identify Filter changes related to homeserver capabilities ([#7626](https://github.com/vector-im/element-android/issues/7626))
Other changes
-------------
- Remove usage of Buildkite. ([#7583](https://github.com/vector-im/element-android/issues/7583))
- Better validation of edits ([#7594](https://github.com/vector-im/element-android/issues/7594))
Changes in Element v1.5.8 (2022-11-17)
======================================

View File

@ -1 +0,0 @@
Add setting to allow disabling direct share

View File

@ -1 +0,0 @@
Fix italic text is truncated when bubble mode and markdown is enabled

View File

@ -1 +0,0 @@
Added support for read receipts in threads. Now user in a room can have multiple read receipts (one per thread + one in main thread + one without threadId)

View File

@ -1 +0,0 @@
[Device Manager] Toggle IP address visibility

View File

@ -1 +0,0 @@
Missing translations on "replyTo" messages

View File

@ -1 +0,0 @@
New implementation of the full screen mode for the Rich Text Editor.

View File

@ -1 +0,0 @@
Remove usage of Buildkite.

View File

@ -1 +0,0 @@
Better validation of edits

View File

@ -1 +0,0 @@
ANR on session start when sending client info is enabled

View File

@ -1 +0,0 @@
Make the plain text mode layout of the RTE more compact.

View File

@ -1,2 +0,0 @@
Sync Filter now taking in account homeserver capabilities to not pass unsupported parameters.
Sync Filter is now configured by providing SyncFilterBuilder class instance, instead of Filter to identify Filter changes related to homeserver capabilities

View File

@ -1 +0,0 @@
Voice Broadcast - Handle redaction of the state events on the listener and recorder sides

View File

@ -1 +0,0 @@
Push notification for thread message is now shown correctly when user observes rooms main timeline

View File

@ -1 +0,0 @@
Voice Broadcast - Fix playback stuck in buffering mode

View File

@ -1 +0,0 @@
Voice Broadcast - Update the buffering display in the timeline

View File

@ -1 +0,0 @@
Voice Broadcast - Remove voice messages related to a VB from the room attachments