Changelog for version 1.5.28

This commit is contained in:
ganfra 2023-03-08 17:27:22 +01:00
parent fc796154ea
commit 671095fed0
12 changed files with 24 additions and 11 deletions

View File

@ -1,3 +1,27 @@
Changes in Element v1.5.28 (2023-03-08)
=======================================
Features ✨
----------
- [Poll] Error handling for push rules synchronization ([#8141](https://github.com/vector-im/element-android/issues/8141))
- Add aggregated unread indicator for spaces in the new layout ([#8157](https://github.com/vector-im/element-android/issues/8157))
- [Rich text editor] Add ability to insert GIFs from keyboard ([#8185](https://github.com/vector-im/element-android/issues/8185))
Bugfixes 🐛
----------
- Space setting category doesn't show up ([#7989](https://github.com/vector-im/element-android/issues/7989))
- Fix timeline loading a wrong room on permalink if a matching event id is found in a different room ([#8168](https://github.com/vector-im/element-android/issues/8168))
- Reapply local push rules after event decryption ([#8170](https://github.com/vector-im/element-android/issues/8170))
- [Rich text editor] Fix code appearance ([#8171](https://github.com/vector-im/element-android/issues/8171))
- Extend workaround for extra new lines in timeline ([#8187](https://github.com/vector-im/element-android/issues/8187))
- [Poll history] Fixing small issue about font style ([#8190](https://github.com/vector-im/element-android/issues/8190))
- Update room member shields behavior ([#8195](https://github.com/vector-im/element-android/issues/8195))
Other changes
-------------
- Direct Message: Manage encrypted DM in case of invite by email ([#6912](https://github.com/vector-im/element-android/issues/6912))
Changes in Element v1.5.26 (2023-02-22)
=======================================

View File

@ -1 +0,0 @@
Direct Message: Manage encrypted DM in case of invite by email

View File

@ -1 +0,0 @@
Space setting category doesn't show up

View File

@ -1 +0,0 @@
[Poll] Error handling for push rules synchronization

View File

@ -1 +0,0 @@
Add aggregated unread indicator for spaces in the new layout

View File

@ -1 +0,0 @@
Fix timeline loading a wrong room on permalink if a matching event id is found in a different room

View File

@ -1 +0,0 @@
Reapply local push rules after event decryption

View File

@ -1 +0,0 @@
[Rich text editor] Fix code appearance

View File

@ -1 +0,0 @@
[Rich text editor] Add ability to insert GIFs from keyboard

View File

@ -1 +0,0 @@
Extend workaround for extra new lines in timeline

View File

@ -1 +0,0 @@
[Poll history] Fixing small issue about font style

View File

@ -1 +0,0 @@
Update room member shields behavior