Browse Source

Changelog for version 0.3.0

release/0.3.0
Jorge Martín 11 months ago
parent
commit
a904d01386
  1. 25
      CHANGES.md
  2. 1
      changelog.d/+enable-element-call.feature
  3. 1
      changelog.d/1158.feature
  4. 1
      changelog.d/1375.bugfix
  5. 1
      changelog.d/1452.feature
  6. 1
      changelog.d/1481.bugfix
  7. 1
      changelog.d/1519.bugfix
  8. 1
      changelog.d/1563.misc
  9. 1
      changelog.d/1596.feature
  10. 1
      changelog.d/1617.bugfix
  11. 1
      changelog.d/1669.feature
  12. 1
      changelog.d/2084.feature
  13. 1
      changelog.d/994.bugfix

25
CHANGES.md

@ -1,3 +1,28 @@ @@ -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)
========================================

1
changelog.d/+enable-element-call.feature

@ -1 +0,0 @@ @@ -1 +0,0 @@
Enable Element Call integration in rooms by default.

1
changelog.d/1158.feature

@ -1 +0,0 @@ @@ -1 +0,0 @@
Element Call: change the 'join call' button in a chat room when there's an active call.

1
changelog.d/1375.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Hide keyboard when exiting the chat room screen.

1
changelog.d/1452.feature

@ -1 +0,0 @@ @@ -1 +0,0 @@
Mentions: add mentions suggestion view in RTE

1
changelog.d/1481.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Always register the pusher when application starts

1
changelog.d/1519.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Ensure screen does not turn off when playing a video

1
changelog.d/1563.misc

@ -1 +0,0 @@ @@ -1 +0,0 @@
Remove usage of blocking methods.

1
changelog.d/1596.feature

@ -1 +0,0 @@ @@ -1 +0,0 @@
Record and send voice messages

1
changelog.d/1617.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Fix issue where text is cleared when cancelling a reply

1
changelog.d/1669.feature

@ -1 +0,0 @@ @@ -1 +0,0 @@
Enable voice messages for all users

1
changelog.d/2084.feature

@ -1 +0,0 @@ @@ -1 +0,0 @@
Receive and play a voice message

1
changelog.d/994.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Group fallback notification to avoid having plenty of them displayed.
Loading…
Cancel
Save