mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
Merge branch 'main' into develop
This commit is contained in:
commit
60eac3a808
13 changed files with 26 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)
|
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
|
|
2
fastlane/metadata/android/en-US/changelogs/40105280.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40105280.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Main changes in this version: Mainly bugfixing.
|
||||||
|
Full changelog: https://github.com/vector-im/element-android/releases
|
Loading…
Reference in a new issue