mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Changelog for version 1.5.28
This commit is contained in:
parent
fc796154ea
commit
671095fed0
12 changed files with 24 additions and 11 deletions
24
CHANGES.md
24
CHANGES.md
|
@ -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)
|
||||
=======================================
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Direct Message: Manage encrypted DM in case of invite by email
|
|
@ -1 +0,0 @@
|
|||
Space setting category doesn't show up
|
|
@ -1 +0,0 @@
|
|||
[Poll] Error handling for push rules synchronization
|
|
@ -1 +0,0 @@
|
|||
Add aggregated unread indicator for spaces in the new layout
|
|
@ -1 +0,0 @@
|
|||
Fix timeline loading a wrong room on permalink if a matching event id is found in a different room
|
|
@ -1 +0,0 @@
|
|||
Reapply local push rules after event decryption
|
|
@ -1 +0,0 @@
|
|||
[Rich text editor] Fix code appearance
|
|
@ -1 +0,0 @@
|
|||
[Rich text editor] Add ability to insert GIFs from keyboard
|
|
@ -1 +0,0 @@
|
|||
Extend workaround for extra new lines in timeline
|
|
@ -1 +0,0 @@
|
|||
[Poll history] Fixing small issue about font style
|
|
@ -1 +0,0 @@
|
|||
Update room member shields behavior
|
Loading…
Reference in a new issue