Release: update CHANGES

This commit is contained in:
ganfra 2022-02-09 11:21:59 +01:00
parent a6bf921d64
commit 5b83ba9320
21 changed files with 34 additions and 19 deletions

View file

@ -1,3 +1,35 @@
Changes in Element v1.4.0 (2022-02-09)
======================================
Features ✨
----------
- Initial implementation of thread messages ([#4746](https://github.com/vector-im/element-android/issues/4746))
- Support message bubbles in timeline. ([#4937](https://github.com/vector-im/element-android/issues/4937))
- Support generic location pin ([#5146](https://github.com/vector-im/element-android/issues/5146))
- Retrieve map style url from .well-known ([#5175](https://github.com/vector-im/element-android/issues/5175))
Bugfixes 🐛
----------
- Fixes non sans-serif font weights being ignored ([#3907](https://github.com/vector-im/element-android/issues/3907))
- Fixing missing/intermittent notifications on the google play variant when wifi is enabled ([#5038](https://github.com/vector-im/element-android/issues/5038))
- Fixes call statuses in the timeline for missed/rejected calls and connected calls. ([#5088](https://github.com/vector-im/element-android/issues/5088))
- Fix fallback permalink when threads are disabled ([#5128](https://github.com/vector-im/element-android/issues/5128))
- Analytics: aligns use case identifying with iOS implementation ([#5142](https://github.com/vector-im/element-android/issues/5142))
- Fix location rendering in timeline if map cannot be loaded ([#5143](https://github.com/vector-im/element-android/issues/5143))
Other changes
-------------
- "Invite users to space" dialog now closed when user choose invite method ([#4295](https://github.com/vector-im/element-android/issues/4295))
- Changed layout for space card and room card used at "explore room" screen and space/room invite dialogs ([#4304](https://github.com/vector-im/element-android/issues/4304))
- Removed spaces restricted search hint dialogs ([#4315](https://github.com/vector-im/element-android/issues/4315))
- Remove Search from room options if not available ([#4641](https://github.com/vector-im/element-android/issues/4641))
- Qr code scanning fragments merged into one ([#4873](https://github.com/vector-im/element-android/issues/4873))
- Fix CI/CD errors after merges for quality and integration tests ([#5118](https://github.com/vector-im/element-android/issues/5118))
- Added automation for the Z-FTUE label to add issues to the FTUE Project Board ([#5120](https://github.com/vector-im/element-android/issues/5120))
- Added automation for WTF labels to move to WTF project board ([#5148](https://github.com/vector-im/element-android/issues/5148))
- Update WTF automation to fix it ([#5173](https://github.com/vector-im/element-android/issues/5173))
Changes in Element v1.3.18 (2022-02-03)
=======================================

View file

@ -1 +0,0 @@
Fixes non sans-serif font weights being ignored

View file

@ -1 +0,0 @@
"Invite users to space" dialog now closed when user choose invite method

View file

@ -1 +0,0 @@
Changed layout for space card and room card used at "explore room" screen and space/room invite dialogs

View file

@ -1 +0,0 @@
Removed spaces restricted search hint dialogs

View file

@ -1 +0,0 @@
Remove Search from room options if not available

View file

@ -1 +0,0 @@
Initial implementation of thread messages

View file

@ -1 +0,0 @@
Qr code scanning fragments merged into one

View file

@ -1 +0,0 @@
Support message bubbles in timeline.

View file

@ -1 +0,0 @@
Fixing missing/intermittent notifications on the google play variant when wifi is enabled

View file

@ -1 +0,0 @@
Fixes call statuses in the timeline for missed/rejected calls and connected calls.

View file

@ -1 +0,0 @@
Fix CI/CD errors after merges for quality and integration tests

View file

@ -1 +0,0 @@
Added automation for the Z-FTUE label to add issues to the FTUE Project Board

View file

@ -1 +0,0 @@
Fix fallback permalink when threads are disabled

View file

@ -1 +0,0 @@
Analytics: aligns use case identifying with iOS implementation

View file

@ -1 +0,0 @@
Fix location rendering in timeline if map cannot be loaded

View file

@ -1 +0,0 @@
Support generic location pin

View file

@ -1 +0,0 @@
Added automation for WTF labels to move to WTF project board

View file

@ -1 +0,0 @@
Update WTF automation to fix it

View file

@ -1 +0,0 @@
Retrieve map style url from .well-known

View file

@ -0,0 +1,2 @@
Main changes in this version: Initial implementation of thread messages. Message bubbles.
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.4.0