Changelog for version 1.5.30

This commit is contained in:
Jorge Martín 2023-04-05 09:38:41 +02:00
parent be80b46327
commit b61a184297
11 changed files with 23 additions and 10 deletions

View File

@ -1,3 +1,26 @@
Changes in Element v1.5.30 (2023-04-05)
=======================================
Features ✨
----------
- Permalinks to a room/space are pillified ([#8219](https://github.com/vector-im/element-android/issues/8219))
- Permalinks to a matrix user are pillified ([#8220](https://github.com/vector-im/element-android/issues/8220))
- Permalinks to messages are pillified ([#8221](https://github.com/vector-im/element-android/issues/8221))
Bugfixes 🐛
----------
- Custom sticker picker loads indefinitely ([#8026](https://github.com/vector-im/element-android/issues/8026))
- Replace hardcoded colors by theming colors on save button. ([#8208](https://github.com/vector-im/element-android/issues/8208))
- Add RTL support to RemoveJitsiWidgetView ([#8210](https://github.com/vector-im/element-android/issues/8210))
- Add user completion for matrix ids ([#8217](https://github.com/vector-im/element-android/issues/8217))
- Long name are truncated in the pills ([#8218](https://github.com/vector-im/element-android/issues/8218))
- The read marker is stuck in the past ([#8268](https://github.com/vector-im/element-android/issues/8268))
Other changes
-------------
- Replace Terms and Conditions with Acceptable Use Policy. ([#8286](https://github.com/vector-im/element-android/issues/8286))
Changes in Element v1.5.28 (2023-03-08)
=======================================

View File

@ -1 +0,0 @@
Maunium sticker picker loads indefinitely on new update

View File

@ -1 +0,0 @@
Replace hardcoded colors by theming colors on save button.

View File

@ -1 +0,0 @@
Add RTL support to RemoveJitsiWidgetView

View File

@ -1 +0,0 @@
Add user completion for matrix ids

View File

@ -1 +0,0 @@
Long name are truncated in the pills

View File

@ -1 +0,0 @@
Permalinks to a room/space are pillified

View File

@ -1 +0,0 @@
Permalinks to a matrix user are pillified

View File

@ -1 +0,0 @@
Permalinks to messages are pillified

View File

@ -1 +0,0 @@
The read marker is stuck in the past

View File

@ -1 +0,0 @@
Replace Terms and Conditions with Acceptable Use Policy.