diff --git a/CHANGES.md b/CHANGES.md index 796c0d783c..16e33de234 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,28 @@ +Changes in Element X v0.3.0 (2023-10-31) +======================================== + +Features ✨ +---------- + - Element Call: change the 'join call' button in a chat room when there's an active call. ([#1158](https://github.com/vector-im/element-x-android/issues/1158)) + - Mentions: add mentions suggestion view in RTE ([#1452](https://github.com/vector-im/element-x-android/issues/1452)) + - Record and send voice messages ([#1596](https://github.com/vector-im/element-x-android/issues/1596)) + - Enable voice messages for all users ([#1669](https://github.com/vector-im/element-x-android/issues/1669)) + - Receive and play a voice message ([#2084](https://github.com/vector-im/element-x-android/issues/2084)) + - Enable Element Call integration in rooms by default, fix several issues when creating or joining calls. + +Bugfixes 🐛 +---------- + - Group fallback notification to avoid having plenty of them displayed. ([#994](https://github.com/vector-im/element-x-android/issues/994)) + - Hide keyboard when exiting the chat room screen. ([#1375](https://github.com/vector-im/element-x-android/issues/1375)) + - Always register the pusher when application starts ([#1481](https://github.com/vector-im/element-x-android/issues/1481)) + - Ensure screen does not turn off when playing a video ([#1519](https://github.com/vector-im/element-x-android/issues/1519)) + - Fix issue where text is cleared when cancelling a reply ([#1617](https://github.com/vector-im/element-x-android/issues/1617)) + +Other changes +------------- + - Remove usage of blocking methods. ([#1563](https://github.com/vector-im/element-x-android/issues/1563)) + + Changes in Element X v0.2.4 (2023-10-12) ======================================== diff --git a/changelog.d/+enable-element-call.feature b/changelog.d/+enable-element-call.feature deleted file mode 100644 index 6bee5170b2..0000000000 --- a/changelog.d/+enable-element-call.feature +++ /dev/null @@ -1 +0,0 @@ -Enable Element Call integration in rooms by default. diff --git a/changelog.d/1158.feature b/changelog.d/1158.feature deleted file mode 100644 index d2bf822649..0000000000 --- a/changelog.d/1158.feature +++ /dev/null @@ -1 +0,0 @@ -Element Call: change the 'join call' button in a chat room when there's an active call. diff --git a/changelog.d/1375.bugfix b/changelog.d/1375.bugfix deleted file mode 100644 index d80ff3543c..0000000000 --- a/changelog.d/1375.bugfix +++ /dev/null @@ -1 +0,0 @@ -Hide keyboard when exiting the chat room screen. diff --git a/changelog.d/1452.feature b/changelog.d/1452.feature deleted file mode 100644 index acdee4039e..0000000000 --- a/changelog.d/1452.feature +++ /dev/null @@ -1 +0,0 @@ -Mentions: add mentions suggestion view in RTE diff --git a/changelog.d/1481.bugfix b/changelog.d/1481.bugfix deleted file mode 100644 index 6cb5e63d50..0000000000 --- a/changelog.d/1481.bugfix +++ /dev/null @@ -1 +0,0 @@ -Always register the pusher when application starts diff --git a/changelog.d/1519.bugfix b/changelog.d/1519.bugfix deleted file mode 100644 index 35de17de6b..0000000000 --- a/changelog.d/1519.bugfix +++ /dev/null @@ -1 +0,0 @@ -Ensure screen does not turn off when playing a video diff --git a/changelog.d/1563.misc b/changelog.d/1563.misc deleted file mode 100644 index 8de1c9b6d1..0000000000 --- a/changelog.d/1563.misc +++ /dev/null @@ -1 +0,0 @@ -Remove usage of blocking methods. diff --git a/changelog.d/1596.feature b/changelog.d/1596.feature deleted file mode 100644 index 5108d6008b..0000000000 --- a/changelog.d/1596.feature +++ /dev/null @@ -1 +0,0 @@ -Record and send voice messages \ No newline at end of file diff --git a/changelog.d/1617.bugfix b/changelog.d/1617.bugfix deleted file mode 100644 index 8beee812e5..0000000000 --- a/changelog.d/1617.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix issue where text is cleared when cancelling a reply \ No newline at end of file diff --git a/changelog.d/1669.feature b/changelog.d/1669.feature deleted file mode 100644 index 12f974eea2..0000000000 --- a/changelog.d/1669.feature +++ /dev/null @@ -1 +0,0 @@ -Enable voice messages for all users diff --git a/changelog.d/2084.feature b/changelog.d/2084.feature deleted file mode 100644 index ddb6425ea7..0000000000 --- a/changelog.d/2084.feature +++ /dev/null @@ -1 +0,0 @@ -Receive and play a voice message diff --git a/changelog.d/994.bugfix b/changelog.d/994.bugfix deleted file mode 100644 index 7fe3e828a0..0000000000 --- a/changelog.d/994.bugfix +++ /dev/null @@ -1 +0,0 @@ -Group fallback notification to avoid having plenty of them displayed.