From b61a184297f05b271b0716eeaad7eef526bbd478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADn?= Date: Wed, 5 Apr 2023 09:38:41 +0200 Subject: [PATCH] Changelog for version 1.5.30 --- CHANGES.md | 23 +++++++++++++++++++++++ changelog.d/8026.bugfix | 1 - changelog.d/8208.bugfix | 1 - changelog.d/8210.bugfix | 1 - changelog.d/8217.bugfix | 1 - changelog.d/8218.bugfix | 1 - changelog.d/8219.feature | 1 - changelog.d/8220.feature | 1 - changelog.d/8221.feature | 1 - changelog.d/8268.bugfix | 1 - changelog.d/8286.misc | 1 - 11 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 changelog.d/8026.bugfix delete mode 100644 changelog.d/8208.bugfix delete mode 100644 changelog.d/8210.bugfix delete mode 100644 changelog.d/8217.bugfix delete mode 100644 changelog.d/8218.bugfix delete mode 100644 changelog.d/8219.feature delete mode 100644 changelog.d/8220.feature delete mode 100644 changelog.d/8221.feature delete mode 100644 changelog.d/8268.bugfix delete mode 100644 changelog.d/8286.misc diff --git a/CHANGES.md b/CHANGES.md index 59e7c85715..c577db65e7 100644 --- a/CHANGES.md +++ b/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) ======================================= diff --git a/changelog.d/8026.bugfix b/changelog.d/8026.bugfix deleted file mode 100644 index f49d803412..0000000000 --- a/changelog.d/8026.bugfix +++ /dev/null @@ -1 +0,0 @@ -Maunium sticker picker loads indefinitely on new update diff --git a/changelog.d/8208.bugfix b/changelog.d/8208.bugfix deleted file mode 100644 index 9131367c60..0000000000 --- a/changelog.d/8208.bugfix +++ /dev/null @@ -1 +0,0 @@ -Replace hardcoded colors by theming colors on save button. \ No newline at end of file diff --git a/changelog.d/8210.bugfix b/changelog.d/8210.bugfix deleted file mode 100644 index 97a1351ae5..0000000000 --- a/changelog.d/8210.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add RTL support to RemoveJitsiWidgetView diff --git a/changelog.d/8217.bugfix b/changelog.d/8217.bugfix deleted file mode 100644 index ecb7685d5c..0000000000 --- a/changelog.d/8217.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add user completion for matrix ids diff --git a/changelog.d/8218.bugfix b/changelog.d/8218.bugfix deleted file mode 100644 index 556ec22daf..0000000000 --- a/changelog.d/8218.bugfix +++ /dev/null @@ -1 +0,0 @@ -Long name are truncated in the pills diff --git a/changelog.d/8219.feature b/changelog.d/8219.feature deleted file mode 100644 index 648bc7c624..0000000000 --- a/changelog.d/8219.feature +++ /dev/null @@ -1 +0,0 @@ -Permalinks to a room/space are pillified diff --git a/changelog.d/8220.feature b/changelog.d/8220.feature deleted file mode 100644 index e7862bb5fe..0000000000 --- a/changelog.d/8220.feature +++ /dev/null @@ -1 +0,0 @@ -Permalinks to a matrix user are pillified diff --git a/changelog.d/8221.feature b/changelog.d/8221.feature deleted file mode 100644 index f542012bc1..0000000000 --- a/changelog.d/8221.feature +++ /dev/null @@ -1 +0,0 @@ -Permalinks to messages are pillified diff --git a/changelog.d/8268.bugfix b/changelog.d/8268.bugfix deleted file mode 100644 index 06183fe39b..0000000000 --- a/changelog.d/8268.bugfix +++ /dev/null @@ -1 +0,0 @@ -The read marker is stuck in the past diff --git a/changelog.d/8286.misc b/changelog.d/8286.misc deleted file mode 100644 index 14a166b254..0000000000 --- a/changelog.d/8286.misc +++ /dev/null @@ -1 +0,0 @@ -Replace Terms and Conditions with Acceptable Use Policy.