Merge branch 'release/1.3.5' into develop

This commit is contained in:
Benoit Marty 2021-10-25 12:39:10 +02:00
commit 90eee339a3
9 changed files with 16 additions and 7 deletions

View File

@ -1,3 +1,15 @@
Changes in Element v1.3.5 (2021-10-25)
======================================
Bugfixes 🐛
----------
- Fixing malformed link pop up when tapping on notifications ([#4267](https://github.com/vector-im/element-android/issues/4267))
- Fix Broken EditText when using FromEditTextItem ([#4276](https://github.com/vector-im/element-android/issues/4276))
- Fix crash when clicking on ViewEvent source actions ([#4279](https://github.com/vector-im/element-android/issues/4279))
- Fix voice message record button wrong visibility ([#4283](https://github.com/vector-im/element-android/issues/4283))
- Fix unread marker not showing ([#4313](https://github.com/vector-im/element-android/issues/4313))
Changes in Element v1.3.4 (2021-10-20)
======================================
@ -5,6 +17,7 @@ Features ✨
----------
- Implement /part command, with or without parameter ([#2909](https://github.com/vector-im/element-android/issues/2909))
- Handle Presence support, for Direct Message room ([#4090](https://github.com/vector-im/element-android/issues/4090))
- Priority conversations for Android 11+ ([#3313](https://github.com/vector-im/element-android/issues/3313))
Bugfixes 🐛
----------

View File

@ -1 +0,0 @@
Fixing malformed link pop up when tapping on notifications

View File

@ -1 +0,0 @@
Fix Broken EditText when using FromEditTextItem

View File

@ -1 +0,0 @@
Fix crash when clicking on ViewEvent source actions

View File

@ -1 +0,0 @@
Fix voice message record button wrong visibility

View File

@ -1 +0,0 @@
Fix unread marker not showing

View File

@ -1,2 +1,2 @@
Main changes in this version: Add Presence support, for Direct Message room (note: presence is disabled on matrix.org. Add again Android Auto support.
Main changes in this version: Add Presence support, for Direct Message room (note: presence is disabled on matrix.org). Add again Android Auto support.
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.3.4

View File

@ -0,0 +1,2 @@
Main changes in this version: Add Presence support, for Direct Message room (note: presence is disabled on matrix.org). Add again Android Auto support.
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.3.5

View File

@ -1 +0,0 @@
Priority conversations for Android 11+