Towncrier

This commit is contained in:
Benoit Marty 2021-11-04 16:48:35 +01:00
parent 78e0109301
commit 6c8513d65a
21 changed files with 36 additions and 20 deletions

View file

@ -1,3 +1,39 @@
Changes in Element v1.3.7 (2021-11-04)
======================================
Features ✨
----------
- Adding the room name to the invitation notification (if the room summary is available) ([#582](https://github.com/vector-im/element-android/issues/582))
- Updating single sign on providers ordering to match priority/popularity ([#4277](https://github.com/vector-im/element-android/issues/4277))
Bugfixes 🐛
----------
- Stops showing a dedicated redacted event notification, the message notifications will update accordingly ([#1491](https://github.com/vector-im/element-android/issues/1491))
- Fixes marking individual notifications as read causing other notifications to be dismissed ([#3395](https://github.com/vector-im/element-android/issues/3395))
- Fixing missing send button in light mode dev tools - send * event ([#3674](https://github.com/vector-im/element-android/issues/3674))
- Fixing room search needing exact casing for non latin-1 character named rooms ([#3968](https://github.com/vector-im/element-android/issues/3968))
- Fixing call ringtones only playing once when the ringtone doesn't contain looping metadata (android 9.0 and above) ([#4047](https://github.com/vector-im/element-android/issues/4047))
- Tentatively fixing the doubled notifications by updating the group summary at specific points in the notification rendering cycle ([#4152](https://github.com/vector-im/element-android/issues/4152))
- Do not show shortcuts if a PIN code is set ([#4170](https://github.com/vector-im/element-android/issues/4170))
- Fixes being unable to join rooms by name ([#4255](https://github.com/vector-im/element-android/issues/4255))
- Fixing missing F-Droid notifications when in background due to background syncs not triggering ([#4298](https://github.com/vector-im/element-android/issues/4298))
- Fix video compression before upload ([#4353](https://github.com/vector-im/element-android/issues/4353))
- Fixing QR code crashes caused by a known issue in the zxing library for older versions of android by downgrading to 3.3.3 ([#4361](https://github.com/vector-im/element-android/issues/4361))
- Fixing timeline crash when rotating with the emoji window open ([#4365](https://github.com/vector-im/element-android/issues/4365))
- Fix handling of links coming from web instance reported as malformed by mistake ([#4369](https://github.com/vector-im/element-android/issues/4369))
SDK API changes ⚠️
------------------
- Add API `LoginWizard.loginCustom(data: JsonDict): Session` to be able to login to a homeserver using arbitrary request content ([#4266](https://github.com/vector-im/element-android/issues/4266))
- Add optional deviceId to the login API ([#4334](https://github.com/vector-im/element-android/issues/4334))
Other changes
-------------
- Migrate app DI framework to Hilt ([#3888](https://github.com/vector-im/element-android/issues/3888))
- Limit supported TLS versions and cipher suites ([#4192](https://github.com/vector-im/element-android/issues/4192))
- Fixed capitalisation of text on initial sync screen ([#4292](https://github.com/vector-im/element-android/issues/4292))
Changes in Element v1.3.6 (2021-10-26)
======================================

View file

@ -1 +0,0 @@
Stops showing a dedicated redacted event notification, the message notifications will update accordingly

View file

@ -1 +0,0 @@
Fixes marking individual notifications as read causing other notifications to be dismissed

View file

@ -1 +0,0 @@
Fixing missing send button in light mode dev tools - send * event

View file

@ -1 +0,0 @@
Migrate app DI framework to Hilt

View file

@ -1 +0,0 @@
Fixing room search needing exact casing for non latin-1 character named rooms

View file

@ -1 +0,0 @@
Fixing call ringtones only playing once when the ringtone doesn't contain looping metadata (android 9.0 and above)

View file

@ -1 +0,0 @@
Tentatively fixing the doubled notifications by updating the group summary at specific points in the notification rendering cycle

View file

@ -1 +0,0 @@
Do not show shortcuts if a PIN code is set

View file

@ -1 +0,0 @@
Limit supported TLS versions and cipher suites

View file

@ -1 +0,0 @@
Fixes being unable to join rooms by name

View file

@ -1 +0,0 @@
Add API `LoginWizard.loginCustom(data: JsonDict): Session` to be able to login to a homeserver using arbitrary request content

View file

@ -1 +0,0 @@
Updating single sign on providers ordering to match priority/popularity

View file

@ -1 +0,0 @@
Fixed capitalisation of text on initial sync screen

View file

@ -1 +0,0 @@
Fixing missing F-Droid notifications when in background due to background syncs not triggering

View file

@ -1 +0,0 @@
Add optional deviceId to the login API

View file

@ -1 +0,0 @@
Fix video compression before upload

View file

@ -1 +0,0 @@
Fixing QR code crashes caused by a known issue in the zxing library for older versions of android by downgrading to 3.3.3

View file

@ -1 +0,0 @@
Fixing timeline crash when rotating with the emoji window open

View file

@ -1 +0,0 @@
Fix handling of links coming from web instance reported as malformed by mistake

View file

@ -1 +0,0 @@
Adding the room name to the invitation notification (if the room summary is available)