diff --git a/CHANGES.md b/CHANGES.md index ae1f10f6c0..59e7c85715 100644 --- a/CHANGES.md +++ b/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) ======================================= diff --git a/changelog.d/6912.misc b/changelog.d/6912.misc deleted file mode 100644 index c43830e902..0000000000 --- a/changelog.d/6912.misc +++ /dev/null @@ -1 +0,0 @@ -Direct Message: Manage encrypted DM in case of invite by email diff --git a/changelog.d/7989.bugfix b/changelog.d/7989.bugfix deleted file mode 100644 index b8ec7cdada..0000000000 --- a/changelog.d/7989.bugfix +++ /dev/null @@ -1 +0,0 @@ -Space setting category doesn't show up diff --git a/changelog.d/8141.feature b/changelog.d/8141.feature deleted file mode 100644 index 8c03af1150..0000000000 --- a/changelog.d/8141.feature +++ /dev/null @@ -1 +0,0 @@ -[Poll] Error handling for push rules synchronization diff --git a/changelog.d/8157.feature b/changelog.d/8157.feature deleted file mode 100644 index 3cab2b600b..0000000000 --- a/changelog.d/8157.feature +++ /dev/null @@ -1 +0,0 @@ -Add aggregated unread indicator for spaces in the new layout diff --git a/changelog.d/8168.bugfix b/changelog.d/8168.bugfix deleted file mode 100644 index 39baa3f60a..0000000000 --- a/changelog.d/8168.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix timeline loading a wrong room on permalink if a matching event id is found in a different room diff --git a/changelog.d/8170.bugfix b/changelog.d/8170.bugfix deleted file mode 100644 index 62ded3b2ca..0000000000 --- a/changelog.d/8170.bugfix +++ /dev/null @@ -1 +0,0 @@ -Reapply local push rules after event decryption diff --git a/changelog.d/8171.bugfix b/changelog.d/8171.bugfix deleted file mode 100644 index 799fecabaf..0000000000 --- a/changelog.d/8171.bugfix +++ /dev/null @@ -1 +0,0 @@ -[Rich text editor] Fix code appearance \ No newline at end of file diff --git a/changelog.d/8185.feature b/changelog.d/8185.feature deleted file mode 100644 index 3e1f10d438..0000000000 --- a/changelog.d/8185.feature +++ /dev/null @@ -1 +0,0 @@ -[Rich text editor] Add ability to insert GIFs from keyboard \ No newline at end of file diff --git a/changelog.d/8187.bugfix b/changelog.d/8187.bugfix deleted file mode 100644 index e0a9dd3a29..0000000000 --- a/changelog.d/8187.bugfix +++ /dev/null @@ -1 +0,0 @@ -Extend workaround for extra new lines in timeline \ No newline at end of file diff --git a/changelog.d/8190.bugfix b/changelog.d/8190.bugfix deleted file mode 100644 index 95790f7c0c..0000000000 --- a/changelog.d/8190.bugfix +++ /dev/null @@ -1 +0,0 @@ -[Poll history] Fixing small issue about font style diff --git a/changelog.d/8195.bugfix b/changelog.d/8195.bugfix deleted file mode 100644 index 72da824aa1..0000000000 --- a/changelog.d/8195.bugfix +++ /dev/null @@ -1 +0,0 @@ -Update room member shields behavior