diff --git a/CHANGES.md b/CHANGES.md index 665bca158f..3b4b5ca350 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,28 @@ +Changes in Element X v0.3.2 (2023-11-22) +======================================== + +Features ✨ +---------- + - Add ongoing call indicator to rooms lists items. ([#1158](https://github.com/vector-im/element-x-android/issues/1158)) + - Add support for typing mentions in the message composer. ([#1453](https://github.com/vector-im/element-x-android/issues/1453)) + - Add intentional mentions to messages. This needs to be enabled in developer options since it's disabled by default. ([#1591](https://github.com/vector-im/element-x-android/issues/1591)) + - Update voice message recording behaviour. Instead of holding the record button, users can now tap the record button to start recording and tap again to stop recording. ([#1784](https://github.com/vector-im/element-x-android/issues/1784)) + +Bugfixes 🐛 +---------- + - Always ensure media temp dir exists ([#1790](https://github.com/vector-im/element-x-android/issues/1790)) + +Other changes +------------- + - Update icons and move away from `PreferenceText` components. ([#1718](https://github.com/vector-im/element-x-android/issues/1718)) + - Add item "This is the beginning of..." at the beginning of the timeline. ([#1801](https://github.com/vector-im/element-x-android/issues/1801)) + - LockScreen : rework LoggedInFlowNode and back management when locked. ([#1806](https://github.com/vector-im/element-x-android/issues/1806)) + - Suppress usage of removeTimeline method. ([#1824](https://github.com/vector-im/element-x-android/issues/1824)) + - Remove Element Call feature flag, it's now always enabled. + - Reverted the EC base URL to `https://call.element.io`. + - Moved the option to override this URL to developer settings from advanced settings. + + Changes in Element X v0.3.1 (2023-11-09) ======================================== diff --git a/changelog.d/+remove-element-call-flag.misc b/changelog.d/+remove-element-call-flag.misc deleted file mode 100644 index a5f67489ed..0000000000 --- a/changelog.d/+remove-element-call-flag.misc +++ /dev/null @@ -1,4 +0,0 @@ -Remove Element Call feature flag, it's now always enabled. - -- Reverted the EC base URL to `https://call.element.io`. -- Moved the option to override this URL to developer settings from advanced settings. diff --git a/changelog.d/1158.feature b/changelog.d/1158.feature deleted file mode 100644 index a3ce14a877..0000000000 --- a/changelog.d/1158.feature +++ /dev/null @@ -1 +0,0 @@ -Add ongoing call indicator to rooms lists items. diff --git a/changelog.d/1453.feature b/changelog.d/1453.feature deleted file mode 100644 index 86cc90ad74..0000000000 --- a/changelog.d/1453.feature +++ /dev/null @@ -1 +0,0 @@ -Add support for typing mentions in the message composer. diff --git a/changelog.d/1591.feature b/changelog.d/1591.feature deleted file mode 100644 index 54f1402cf8..0000000000 --- a/changelog.d/1591.feature +++ /dev/null @@ -1 +0,0 @@ -Add intentional mentions to messages. diff --git a/changelog.d/1718.misc b/changelog.d/1718.misc deleted file mode 100644 index 1b021767c3..0000000000 --- a/changelog.d/1718.misc +++ /dev/null @@ -1 +0,0 @@ -Update icons and move away from `PreferenceText` components. diff --git a/changelog.d/1784.feature b/changelog.d/1784.feature deleted file mode 100644 index 8613d7c798..0000000000 --- a/changelog.d/1784.feature +++ /dev/null @@ -1 +0,0 @@ -Update voice message recording behaviour. Instead of holding the record button, users can now tap the record button to start recording and tap again to stop recording. diff --git a/changelog.d/1790.bugfix b/changelog.d/1790.bugfix deleted file mode 100644 index db8ea93406..0000000000 --- a/changelog.d/1790.bugfix +++ /dev/null @@ -1 +0,0 @@ -Always ensure media temp dir exists diff --git a/changelog.d/1801.misc b/changelog.d/1801.misc deleted file mode 100644 index 798f2ae60f..0000000000 --- a/changelog.d/1801.misc +++ /dev/null @@ -1 +0,0 @@ -Add item "This is the beginning of..." at the beginning of the timeline. diff --git a/changelog.d/1806.misc b/changelog.d/1806.misc deleted file mode 100644 index fe3ed3f693..0000000000 --- a/changelog.d/1806.misc +++ /dev/null @@ -1 +0,0 @@ -LockScreen : rework LoggedInFlowNode and back management when locked. diff --git a/changelog.d/1824.misc b/changelog.d/1824.misc deleted file mode 100644 index 16cdc522ed..0000000000 --- a/changelog.d/1824.misc +++ /dev/null @@ -1 +0,0 @@ -Suppress usage of removeTimeline method.