mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Merge branch 'release/1.5.30' into develop
This commit is contained in:
commit
9e45a31d8f
12 changed files with 25 additions and 10 deletions
23
CHANGES.md
23
CHANGES.md
|
@ -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)
|
||||
=======================================
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Maunium sticker picker loads indefinitely on new update
|
|
@ -1 +0,0 @@
|
|||
Replace hardcoded colors by theming colors on save button.
|
|
@ -1 +0,0 @@
|
|||
Add RTL support to RemoveJitsiWidgetView
|
|
@ -1 +0,0 @@
|
|||
Add user completion for matrix ids
|
|
@ -1 +0,0 @@
|
|||
Long name are truncated in the pills
|
|
@ -1 +0,0 @@
|
|||
Permalinks to a room/space are pillified
|
|
@ -1 +0,0 @@
|
|||
Permalinks to a matrix user are pillified
|
|
@ -1 +0,0 @@
|
|||
Permalinks to messages are pillified
|
|
@ -1 +0,0 @@
|
|||
The read marker is stuck in the past
|
|
@ -1 +0,0 @@
|
|||
Replace Terms and Conditions with Acceptable Use Policy.
|
2
fastlane/metadata/android/en-US/changelogs/40105300.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40105300.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Main changes in this version: permalinks to rooms, spaces, users and messages are now displayed as pills in the timeline. We also fixed some issues with custom stickers and the read marker getting stuck in the past.
|
||||
Full changelog: https://github.com/vector-im/element-android/releases
|
Loading…
Reference in a new issue