Changelog for version 1.5.16

This commit is contained in:
valere 2022-12-29 18:06:59 +01:00
parent ebd0f8a5db
commit 50d24a812b
16 changed files with 31 additions and 15 deletions

View File

@ -1,3 +1,34 @@
Changes in Element v.5.16 (2022-12-29)
======================================
Features ✨
----------
- [Rich text editor] Add support for links ([#7746](https://github.com/vector-im/element-android/issues/7746))
- [Poll] When a poll is ended, use /relations API to ensure poll results are correct ([#7767](https://github.com/vector-im/element-android/issues/7767))
- [Session manager] Security recommendations cards: whole view should be tappable ([#7795](https://github.com/vector-im/element-android/issues/7795))
- [Session manager] Other sessions list: header should not be sticky ([#7797](https://github.com/vector-im/element-android/issues/7797))
Bugfixes 🐛
----------
- Do not show typing notification of ignored users. ([#2965](https://github.com/vector-im/element-android/issues/2965))
- [Push Notifications, Threads] - quick reply to threaded notification now sent to thread except main timeline ([#7475](https://github.com/vector-im/element-android/issues/7475))
- [Session manager] Other sessions list: filter option is displayed when selection mode is enabled ([#7784](https://github.com/vector-im/element-android/issues/7784))
- [Session manager] Other sessions: Filter bottom sheet cut in landscape mode ([#7786](https://github.com/vector-im/element-android/issues/7786))
- Automatically show keyboard after learn more bottom sheet is dismissed ([#7790](https://github.com/vector-im/element-android/issues/7790))
- [Session Manager] Other sessions list: cannot select/deselect session by a long press when in select mode ([#7792](https://github.com/vector-im/element-android/issues/7792))
- Fix current session ip address visibility ([#7794](https://github.com/vector-im/element-android/issues/7794))
- Device Manager UI review fixes ([#7798](https://github.com/vector-im/element-android/issues/7798))
SDK API changes ⚠️
------------------
- [Sync] Sync Filter params are moved to MatrixConfiguration and will not be stored in session realm to avoid bug when session cache is cleared ([#7843](https://github.com/vector-im/element-android/issues/7843))
Other changes
-------------
- [Voice Broadcast] Replace the player timeline ([#7821](https://github.com/vector-im/element-android/issues/7821))
- Increase session manager test coverage ([#7836](https://github.com/vector-im/element-android/issues/7836))
Changes in Element v1.5.14 (2022-12-20)
=======================================

View File

@ -1 +0,0 @@
Do not show typing notification of ignored users.

View File

@ -1 +0,0 @@
[Push Notifications, Threads] - quick reply to threaded notification now sent to thread except main timeline

View File

@ -1 +0,0 @@
[Rich text editor] Add support for links

View File

@ -1 +0,0 @@
[Poll] When a poll is ended, use /relations API to ensure poll results are correct

View File

@ -1 +0,0 @@
[Session manager] Other sessions list: filter option is displayed when selection mode is enabled

View File

@ -1 +0,0 @@
[Session manager] Other sessions: Filter bottom sheet cut in landscape mode

View File

@ -1 +0,0 @@
Automatically show keyboard after learn more bottom sheet is dismissed

View File

@ -1 +0,0 @@
[Session Manager] Other sessions list: cannot select/deselect session by a long press when in select mode

View File

@ -1 +0,0 @@
Fix current session ip address visibility

View File

@ -1 +0,0 @@
[Session manager] Security recommendations cards: whole view should be tappable

View File

@ -1 +0,0 @@
[Session manager] Other sessions list: header should not be sticky

View File

@ -1 +0,0 @@
Device Manager UI review fixes

View File

@ -1 +0,0 @@
[Voice Broadcast] Replace the player timeline

View File

@ -1 +0,0 @@
Increase session manager test coverage

View File

@ -1 +0,0 @@
[Sync] Sync Filter params are moved to MatrixConfiguration and will not be stored in session realm to avoid bug when session cache is cleared