Run towncrier
This commit is contained in:
parent
b47ecf0271
commit
5169a8ed10
50
CHANGES.md
50
CHANGES.md
@ -1,3 +1,53 @@
|
|||||||
|
Changes in Element v1.2.1 (2021-09-08)
|
||||||
|
======================================
|
||||||
|
|
||||||
|
Features ✨
|
||||||
|
----------
|
||||||
|
- Support Android 11 Conversation features ([#1809](https://github.com/vector-im/element-android/issues/1809))
|
||||||
|
- Introduces AutoAcceptInvites which can be enabled at compile time. ([#3531](https://github.com/vector-im/element-android/issues/3531))
|
||||||
|
- New call designs ([#3599](https://github.com/vector-im/element-android/issues/3599))
|
||||||
|
- Restricted Join Rule | Inform admins of new option ([#3631](https://github.com/vector-im/element-android/issues/3631))
|
||||||
|
- Mention and Keyword Notification Settings: Turn on/off keyword notifications and edit keywords. ([#3650](https://github.com/vector-im/element-android/issues/3650))
|
||||||
|
- Support accept 3pid invite when email is not bound to account ([#3691](https://github.com/vector-im/element-android/issues/3691))
|
||||||
|
- Space summary pagination ([#3693](https://github.com/vector-im/element-android/issues/3693))
|
||||||
|
- Update Email invite to be aware of spaces ([#3695](https://github.com/vector-im/element-android/issues/3695))
|
||||||
|
- M11.12 Spaces | Default to 'Home' in settings ([#3754](https://github.com/vector-im/element-android/issues/3754))
|
||||||
|
- Call: show dialog for some ended reasons. ([#3853](https://github.com/vector-im/element-android/issues/3853))
|
||||||
|
- Add expired account error code in the matrix SDK ([#3900](https://github.com/vector-im/element-android/issues/3900))
|
||||||
|
- Add password errors in the matrix SDK ([#3927](https://github.com/vector-im/element-android/issues/3927))
|
||||||
|
- Upgrade AGP to 7.0.2.
|
||||||
|
When compiling using command line, make sure to use the JDK 11 by adding for instance `-Dorg.gradle.java.home=/Applications/Android\ Studio\ Preview.app/Contents/jre/Contents/Home` or by setting JAVA_HOME. ([#3954](https://github.com/vector-im/element-android/issues/3954))
|
||||||
|
- Check power level before displaying actions in the room details' timeline ([#3959](https://github.com/vector-im/element-android/issues/3959))
|
||||||
|
|
||||||
|
Bugfixes 🐛
|
||||||
|
----------
|
||||||
|
- Add mxid to autocomplete suggestion if more than one user in a room has the same displayname ([#1823](https://github.com/vector-im/element-android/issues/1823))
|
||||||
|
- Use WebView cache for widgets to avoid excessive data use ([#2648](https://github.com/vector-im/element-android/issues/2648))
|
||||||
|
- Jitsi-hosted jitsi conferences not loading ([#2846](https://github.com/vector-im/element-android/issues/2846))
|
||||||
|
- Space Explore Rooms no feedback on failed to join ([#3207](https://github.com/vector-im/element-android/issues/3207))
|
||||||
|
- Notifications - Fix missing sound on notifications. ([#3243](https://github.com/vector-im/element-android/issues/3243))
|
||||||
|
- the element-based domain permalinks (e.g. https://app.element.io/#/user/@chagai95:matrix.org) don't have the mxid in the first param (like matrix.to does - https://matrix.to/#/@chagai95:matrix.org) but rather in the second after /user/ so /user/mxid ([#3735](https://github.com/vector-im/element-android/issues/3735))
|
||||||
|
- Update the AccountData with the users' matrix Id instead of their email for those invited by email in a direct chat ([#3743](https://github.com/vector-im/element-android/issues/3743))
|
||||||
|
- Send an empty body for POST rooms/{roomId}/receipt/{receiptType}/{eventId} ([#3789](https://github.com/vector-im/element-android/issues/3789))
|
||||||
|
- Fix order in which the items of the attachement menu appear ([#3793](https://github.com/vector-im/element-android/issues/3793))
|
||||||
|
- Authenticated Jitsi not working in release ([#3841](https://github.com/vector-im/element-android/issues/3841))
|
||||||
|
- Home: Dial pad lost entry when config changes ([#3845](https://github.com/vector-im/element-android/issues/3845))
|
||||||
|
- Message edition is not rendered in e2e rooms after pagination ([#3887](https://github.com/vector-im/element-android/issues/3887))
|
||||||
|
- Crash on opening a room on Android 5.0 and 5.1 - Regression with Voice message ([#3897](https://github.com/vector-im/element-android/issues/3897))
|
||||||
|
- Fix a crash at start-up if translated string is empty ([#3910](https://github.com/vector-im/element-android/issues/3910))
|
||||||
|
- PushRule enabling request is not following the spec ([#3911](https://github.com/vector-im/element-android/issues/3911))
|
||||||
|
- Enable image preview in Android's share sheet (Android 11+) ([#3965](https://github.com/vector-im/element-android/issues/3965))
|
||||||
|
- Voice Message - Cannot render voice message if the waveform data is corrupted ([#3983](https://github.com/vector-im/element-android/issues/3983))
|
||||||
|
- Fix memory leak on RoomDetailFragment (ValueAnimator) ([#3990](https://github.com/vector-im/element-android/issues/3990))
|
||||||
|
|
||||||
|
Other changes
|
||||||
|
-------------
|
||||||
|
- VoIP: Merge virtual room timeline in corresponding native room (call events only). ([#3520](https://github.com/vector-im/element-android/issues/3520))
|
||||||
|
- Issue templates: modernise and sync with element-web ([#3883](https://github.com/vector-im/element-android/issues/3883))
|
||||||
|
- Issue templates: modernise SDK and release checklists, and add homeserver question for bugs ([#3889](https://github.com/vector-im/element-android/issues/3889))
|
||||||
|
- Issue templates: merge expected and actual results ([#3960](https://github.com/vector-im/element-android/issues/3960))
|
||||||
|
|
||||||
|
|
||||||
Changes in Element v1.2.0 (2021-08-12)
|
Changes in Element v1.2.0 (2021-08-12)
|
||||||
======================================
|
======================================
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Support Android 11 Conversation features
|
|
@ -1 +0,0 @@
|
|||||||
- Add mxid to autocomplete suggestion if more than one user in a room has the same displayname
|
|
@ -1 +0,0 @@
|
|||||||
Use WebView cache for widgets to avoid excessive data use
|
|
@ -1 +0,0 @@
|
|||||||
Jitsi-hosted jitsi conferences not loading
|
|
@ -1 +0,0 @@
|
|||||||
Space Explore Rooms no feedback on failed to join
|
|
@ -1 +0,0 @@
|
|||||||
Notifications - Fix missing sound on notifications.
|
|
@ -1 +0,0 @@
|
|||||||
VoIP: Merge virtual room timeline in corresponding native room (call events only).
|
|
@ -1 +0,0 @@
|
|||||||
Introduces AutoAcceptInvites which can be enabled at compile time.
|
|
@ -1 +0,0 @@
|
|||||||
New call designs
|
|
@ -1 +0,0 @@
|
|||||||
Restricted Join Rule | Inform admins of new option
|
|
@ -1 +0,0 @@
|
|||||||
Mention and Keyword Notification Settings: Turn on/off keyword notifications and edit keywords.
|
|
@ -1 +0,0 @@
|
|||||||
Support accept 3pid invite when email is not bound to account
|
|
@ -1 +0,0 @@
|
|||||||
Space summary pagination
|
|
@ -1 +0,0 @@
|
|||||||
Update Email invite to be aware of spaces
|
|
@ -1 +0,0 @@
|
|||||||
the element-based domain permalinks (e.g. https://app.element.io/#/user/@chagai95:matrix.org) don't have the mxid in the first param (like matrix.to does - https://matrix.to/#/@chagai95:matrix.org) but rather in the second after /user/ so /user/mxid
|
|
@ -1 +0,0 @@
|
|||||||
Update the AccountData with the users' matrix Id instead of their email for those invited by email in a direct chat
|
|
@ -1 +0,0 @@
|
|||||||
M11.12 Spaces | Default to 'Home' in settings
|
|
@ -1 +0,0 @@
|
|||||||
Send an empty body for POST rooms/{roomId}/receipt/{receiptType}/{eventId}
|
|
@ -1 +0,0 @@
|
|||||||
Fix order in which the items of the attachement menu appear
|
|
@ -1 +0,0 @@
|
|||||||
Authenticated Jitsi not working in release
|
|
@ -1 +0,0 @@
|
|||||||
Home: Dial pad lost entry when config changes
|
|
@ -1 +0,0 @@
|
|||||||
Call: show dialog for some ended reasons.
|
|
@ -1 +0,0 @@
|
|||||||
Issue templates: modernise and sync with element-web
|
|
@ -1 +0,0 @@
|
|||||||
Message edition is not rendered in e2e rooms after pagination
|
|
@ -1 +0,0 @@
|
|||||||
Issue templates: modernise SDK and release checklists, and add homeserver question for bugs
|
|
@ -1 +0,0 @@
|
|||||||
Crash on opening a room on Android 5.0 and 5.1 - Regression with Voice message
|
|
@ -1 +0,0 @@
|
|||||||
Add expired account error code in the matrix SDK
|
|
@ -1 +0,0 @@
|
|||||||
Fix a crash at start-up if translated string is empty
|
|
@ -1 +0,0 @@
|
|||||||
PushRule enabling request is not following the spec
|
|
@ -1 +0,0 @@
|
|||||||
Add password errors in the matrix SDK
|
|
@ -1,2 +0,0 @@
|
|||||||
Upgrade AGP to 7.0.2.
|
|
||||||
When compiling using command line, make sure to use the JDK 11 by adding for instance `-Dorg.gradle.java.home=/Applications/Android\ Studio\ Preview.app/Contents/jre/Contents/Home` or by setting JAVA_HOME.
|
|
@ -1 +0,0 @@
|
|||||||
Check power level before displaying actions in the room details' timeline
|
|
@ -1 +0,0 @@
|
|||||||
Issue templates: merge expected and actual results
|
|
@ -1 +0,0 @@
|
|||||||
Enable image preview in Android's share sheet (Android 11+)
|
|
@ -1 +0,0 @@
|
|||||||
Voice Message - Cannot render voice message if the waveform data is corrupted
|
|
@ -1 +0,0 @@
|
|||||||
- Fix memory leak on RoomDetailFragment (ValueAnimator)
|
|
Loading…
Reference in New Issue
Block a user