Merge tag 'v0.3.2' into develop

Version 0.3.2
This commit is contained in:
Jorge Martín
2023-11-22 10:34:37 +01:00
12 changed files with 32 additions and 13 deletions

View File

@@ -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)
========================================

View File

@@ -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.

View File

@@ -1 +0,0 @@
Add ongoing call indicator to rooms lists items.

View File

@@ -1 +0,0 @@
Add support for typing mentions in the message composer.

View File

@@ -1 +0,0 @@
Add intentional mentions to messages.

View File

@@ -1 +0,0 @@
Update icons and move away from `PreferenceText` components.

View File

@@ -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.

View File

@@ -1 +0,0 @@
Always ensure media temp dir exists

View File

@@ -1 +0,0 @@
Add item "This is the beginning of..." at the beginning of the timeline.

View File

@@ -1 +0,0 @@
LockScreen : rework LoggedInFlowNode and back management when locked.

View File

@@ -1 +0,0 @@
Suppress usage of removeTimeline method.

View File

@@ -0,0 +1,7 @@
Main changes in this version:
- Element Call is now enabled by default.
- There is an 'ongoing call' indicator in the room list.
- Adding mentions to a message is now possible, but it's disabled by default as it's a work in progress. They can be enabled in the developer options.
- Voice messages behavior changed: there is no need to keep pressing to record, to start recording a message just tap on the mic button, then tap again to stop recording.
- Added a marker in the timeline to indicate the starting point of the room messages.
Full changelog: https://github.com/vector-im/element-x-android/releases