From 5b83ba932071c1a9da438d2955e68ddb9ba351ae Mon Sep 17 00:00:00 2001 From: ganfra Date: Wed, 9 Feb 2022 11:21:59 +0100 Subject: [PATCH] Release: update CHANGES --- CHANGES.md | 32 +++++++++++++++++++ changelog.d/3907.bugfix | 1 - changelog.d/4295.misc | 1 - changelog.d/4304.misc | 1 - changelog.d/4315.misc | 1 - changelog.d/4641.misc | 1 - changelog.d/4746.feature | 1 - changelog.d/4873.misc | 1 - changelog.d/4937.feature | 1 - changelog.d/5038.bugfix | 1 - changelog.d/5088.bugfix | 1 - changelog.d/5118.misc | 1 - changelog.d/5120.misc | 1 - changelog.d/5128.bugfix | 1 - changelog.d/5142.bugfix | 1 - changelog.d/5143.bugfix | 1 - changelog.d/5146.feature | 1 - changelog.d/5148.misc | 1 - changelog.d/5173.misc | 1 - changelog.d/5175.feature | 1 - .../android/en-US/changelogs/40104000.txt | 2 ++ 21 files changed, 34 insertions(+), 19 deletions(-) delete mode 100644 changelog.d/3907.bugfix delete mode 100644 changelog.d/4295.misc delete mode 100644 changelog.d/4304.misc delete mode 100644 changelog.d/4315.misc delete mode 100644 changelog.d/4641.misc delete mode 100644 changelog.d/4746.feature delete mode 100644 changelog.d/4873.misc delete mode 100644 changelog.d/4937.feature delete mode 100644 changelog.d/5038.bugfix delete mode 100644 changelog.d/5088.bugfix delete mode 100644 changelog.d/5118.misc delete mode 100644 changelog.d/5120.misc delete mode 100644 changelog.d/5128.bugfix delete mode 100644 changelog.d/5142.bugfix delete mode 100644 changelog.d/5143.bugfix delete mode 100644 changelog.d/5146.feature delete mode 100644 changelog.d/5148.misc delete mode 100644 changelog.d/5173.misc delete mode 100644 changelog.d/5175.feature create mode 100644 fastlane/metadata/android/en-US/changelogs/40104000.txt diff --git a/CHANGES.md b/CHANGES.md index ec022bc770..3e0c5ff4ae 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) ======================================= diff --git a/changelog.d/3907.bugfix b/changelog.d/3907.bugfix deleted file mode 100644 index 8cf6081cfc..0000000000 --- a/changelog.d/3907.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixes non sans-serif font weights being ignored \ No newline at end of file diff --git a/changelog.d/4295.misc b/changelog.d/4295.misc deleted file mode 100644 index 652c5adc32..0000000000 --- a/changelog.d/4295.misc +++ /dev/null @@ -1 +0,0 @@ -"Invite users to space" dialog now closed when user choose invite method \ No newline at end of file diff --git a/changelog.d/4304.misc b/changelog.d/4304.misc deleted file mode 100644 index 7fb6f2ecb0..0000000000 --- a/changelog.d/4304.misc +++ /dev/null @@ -1 +0,0 @@ -Changed layout for space card and room card used at "explore room" screen and space/room invite dialogs \ No newline at end of file diff --git a/changelog.d/4315.misc b/changelog.d/4315.misc deleted file mode 100644 index ff1271a604..0000000000 --- a/changelog.d/4315.misc +++ /dev/null @@ -1 +0,0 @@ -Removed spaces restricted search hint dialogs \ No newline at end of file diff --git a/changelog.d/4641.misc b/changelog.d/4641.misc deleted file mode 100644 index f02bf14fc1..0000000000 --- a/changelog.d/4641.misc +++ /dev/null @@ -1 +0,0 @@ -Remove Search from room options if not available diff --git a/changelog.d/4746.feature b/changelog.d/4746.feature deleted file mode 100644 index 7e2ef6251f..0000000000 --- a/changelog.d/4746.feature +++ /dev/null @@ -1 +0,0 @@ -Initial implementation of thread messages diff --git a/changelog.d/4873.misc b/changelog.d/4873.misc deleted file mode 100644 index 328a62502f..0000000000 --- a/changelog.d/4873.misc +++ /dev/null @@ -1 +0,0 @@ -Qr code scanning fragments merged into one \ No newline at end of file diff --git a/changelog.d/4937.feature b/changelog.d/4937.feature deleted file mode 100644 index 8f2a3f5bc6..0000000000 --- a/changelog.d/4937.feature +++ /dev/null @@ -1 +0,0 @@ -Support message bubbles in timeline. \ No newline at end of file diff --git a/changelog.d/5038.bugfix b/changelog.d/5038.bugfix deleted file mode 100644 index 8092c21d4f..0000000000 --- a/changelog.d/5038.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixing missing/intermittent notifications on the google play variant when wifi is enabled \ No newline at end of file diff --git a/changelog.d/5088.bugfix b/changelog.d/5088.bugfix deleted file mode 100644 index bc702e5e94..0000000000 --- a/changelog.d/5088.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixes call statuses in the timeline for missed/rejected calls and connected calls. \ No newline at end of file diff --git a/changelog.d/5118.misc b/changelog.d/5118.misc deleted file mode 100644 index a2a211baef..0000000000 --- a/changelog.d/5118.misc +++ /dev/null @@ -1 +0,0 @@ -Fix CI/CD errors after merges for quality and integration tests diff --git a/changelog.d/5120.misc b/changelog.d/5120.misc deleted file mode 100644 index f1667f8b5d..0000000000 --- a/changelog.d/5120.misc +++ /dev/null @@ -1 +0,0 @@ -Added automation for the Z-FTUE label to add issues to the FTUE Project Board diff --git a/changelog.d/5128.bugfix b/changelog.d/5128.bugfix deleted file mode 100644 index d26d0047a5..0000000000 --- a/changelog.d/5128.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix fallback permalink when threads are disabled \ No newline at end of file diff --git a/changelog.d/5142.bugfix b/changelog.d/5142.bugfix deleted file mode 100644 index 787a171c3c..0000000000 --- a/changelog.d/5142.bugfix +++ /dev/null @@ -1 +0,0 @@ -Analytics: aligns use case identifying with iOS implementation diff --git a/changelog.d/5143.bugfix b/changelog.d/5143.bugfix deleted file mode 100644 index ba8f42b6cb..0000000000 --- a/changelog.d/5143.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix location rendering in timeline if map cannot be loaded \ No newline at end of file diff --git a/changelog.d/5146.feature b/changelog.d/5146.feature deleted file mode 100644 index a1832864c8..0000000000 --- a/changelog.d/5146.feature +++ /dev/null @@ -1 +0,0 @@ -Support generic location pin \ No newline at end of file diff --git a/changelog.d/5148.misc b/changelog.d/5148.misc deleted file mode 100644 index 8cd47e9712..0000000000 --- a/changelog.d/5148.misc +++ /dev/null @@ -1 +0,0 @@ -Added automation for WTF labels to move to WTF project board diff --git a/changelog.d/5173.misc b/changelog.d/5173.misc deleted file mode 100644 index 7b6d2eda15..0000000000 --- a/changelog.d/5173.misc +++ /dev/null @@ -1 +0,0 @@ -Update WTF automation to fix it diff --git a/changelog.d/5175.feature b/changelog.d/5175.feature deleted file mode 100644 index ffbe65c10d..0000000000 --- a/changelog.d/5175.feature +++ /dev/null @@ -1 +0,0 @@ -Retrieve map style url from .well-known \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/40104000.txt b/fastlane/metadata/android/en-US/changelogs/40104000.txt new file mode 100644 index 0000000000..e102edbaad --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40104000.txt @@ -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 \ No newline at end of file