From 5dfe24ca453bca613cf05055446b757548695550 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 14 Dec 2021 14:39:39 +0100 Subject: [PATCH] Towncrier --- CHANGES.md | 37 +++++++++++++++++++++++++++++++++++++ changelog.d/3473.bugfix | 1 - changelog.d/4278.feature | 1 - changelog.d/4324.bugfix | 1 - changelog.d/4546.bugfix | 1 - changelog.d/4559.feature | 1 - changelog.d/4592.bugfix | 1 - changelog.d/4600.misc | 1 - changelog.d/4602.misc | 1 - changelog.d/4604.misc | 1 - changelog.d/4617.misc | 1 - changelog.d/4621.bugfix | 1 - changelog.d/4626.misc | 1 - changelog.d/4636.bugfix | 1 - changelog.d/4638.feature | 1 - changelog.d/4645.misc | 1 - changelog.d/4647.misc | 1 - changelog.d/4650.misc | 1 - changelog.d/4653.feature | 1 - changelog.d/4660.feature | 1 - changelog.d/4666.misc | 1 - changelog.d/4670.misc | 1 - changelog.d/4671.misc | 1 - changelog.d/4693.bugfix | 1 - changelog.d/4698.bugfix | 1 - 25 files changed, 37 insertions(+), 24 deletions(-) delete mode 100644 changelog.d/3473.bugfix delete mode 100644 changelog.d/4278.feature delete mode 100644 changelog.d/4324.bugfix delete mode 100644 changelog.d/4546.bugfix delete mode 100644 changelog.d/4559.feature delete mode 100644 changelog.d/4592.bugfix delete mode 100644 changelog.d/4600.misc delete mode 100644 changelog.d/4602.misc delete mode 100644 changelog.d/4604.misc delete mode 100644 changelog.d/4617.misc delete mode 100644 changelog.d/4621.bugfix delete mode 100644 changelog.d/4626.misc delete mode 100644 changelog.d/4636.bugfix delete mode 100644 changelog.d/4638.feature delete mode 100644 changelog.d/4645.misc delete mode 100644 changelog.d/4647.misc delete mode 100644 changelog.d/4650.misc delete mode 100644 changelog.d/4653.feature delete mode 100644 changelog.d/4660.feature delete mode 100644 changelog.d/4666.misc delete mode 100644 changelog.d/4670.misc delete mode 100644 changelog.d/4671.misc delete mode 100644 changelog.d/4693.bugfix delete mode 100644 changelog.d/4698.bugfix diff --git a/CHANGES.md b/CHANGES.md index 19400a38ba..fbefb75e06 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,40 @@ +Changes in Element v1.3.10 (2021-12-14) +======================================= + +Features ✨ +---------- + - Poll Feature - Render in timeline ([#4653](https://github.com/vector-im/element-android/issues/4653)) + - Updates URL previews to match latest designs ([#4278](https://github.com/vector-im/element-android/issues/4278)) + - Setup Analytics framework using PostHog. Analytics are disabled by default. Opt-in screen not automatically displayed yet. ([#4559](https://github.com/vector-im/element-android/issues/4559)) + - Create a legal screen in the setting to group all the different policies. ([#4660](https://github.com/vector-im/element-android/issues/4660)) + - Add a help section in the settings. ([#4638](https://github.com/vector-im/element-android/issues/4638)) + - MSC2732: Olm fallback keys ([#3473](https://github.com/vector-im/element-android/issues/3473)) + +Bugfixes 🐛 +---------- + - Fixes message menu showing when copying message urls ([#4324](https://github.com/vector-im/element-android/issues/4324)) + - Fix lots of integration tests by introducing TestMatrix class and MatrixWorkerFactory. ([#4546](https://github.com/vector-im/element-android/issues/4546)) + - Fix empty Dev Tools screen issue. ([#4592](https://github.com/vector-im/element-android/issues/4592)) + - Fix for outgoing voip call via sip bridge failing after 1 minute. ([#4621](https://github.com/vector-im/element-android/issues/4621)) + - Update log warning for call selection during voip calls. ([#4636](https://github.com/vector-im/element-android/issues/4636)) + - Fix possible crash when having identical subspaces in multiple root spaces ([#4693](https://github.com/vector-im/element-android/issues/4693)) + - Fix a crash in the timeline with some Emojis. Also migrate to androidx.emoji2 ([#4698](https://github.com/vector-im/element-android/issues/4698)) + - At the very first room search after opening the app sometimes no results are displayed ([#4600](https://github.com/vector-im/element-android/issues/4600)) + +Other changes +------------- + - Upgrade OLM to v3.2.7 and get it from our maven repository. ([#4647](https://github.com/vector-im/element-android/issues/4647)) + - Add explicit dependency location, regarding the several maven repository. Also update some libraries (flexbox and alerter), and do some cleanup. ([#4670](https://github.com/vector-im/element-android/issues/4670)) + - Introducing feature flagging to the login and notification settings flows ([#4626](https://github.com/vector-im/element-android/issues/4626)) + - There is no need to call job.cancel() when we are using viewModelScope() ([#4602](https://github.com/vector-im/element-android/issues/4602)) + - Debounce some clicks ([#4645](https://github.com/vector-im/element-android/issues/4645)) + - Improve issue automation workflows ([#4617](https://github.com/vector-im/element-android/issues/4617)) + - Add automation to move message bubbles issues to message bubbles board. ([#4666](https://github.com/vector-im/element-android/issues/4666)) + - Fix graphql warning in issue workflow automation ([#4671](https://github.com/vector-im/element-android/issues/4671)) + - Cleanup the layout files ([#4604](https://github.com/vector-im/element-android/issues/4604)) + - Cleanup id ref. Use type views instead ([#4650](https://github.com/vector-im/element-android/issues/4650)) + + Changes in Element v1.3.9 (2021-12-01) ====================================== diff --git a/changelog.d/3473.bugfix b/changelog.d/3473.bugfix deleted file mode 100644 index df3e747e44..0000000000 --- a/changelog.d/3473.bugfix +++ /dev/null @@ -1 +0,0 @@ -MSC2732: Olm fallback keys \ No newline at end of file diff --git a/changelog.d/4278.feature b/changelog.d/4278.feature deleted file mode 100644 index fe82755186..0000000000 --- a/changelog.d/4278.feature +++ /dev/null @@ -1 +0,0 @@ -Updates URL previews to match latest designs \ No newline at end of file diff --git a/changelog.d/4324.bugfix b/changelog.d/4324.bugfix deleted file mode 100644 index 8f04357344..0000000000 --- a/changelog.d/4324.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixes message menu showing when copying message urls \ No newline at end of file diff --git a/changelog.d/4546.bugfix b/changelog.d/4546.bugfix deleted file mode 100644 index a59fa6557a..0000000000 --- a/changelog.d/4546.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix lots of integration tests by introducing TestMatrix class and MatrixWorkerFactory. \ No newline at end of file diff --git a/changelog.d/4559.feature b/changelog.d/4559.feature deleted file mode 100644 index d175549f51..0000000000 --- a/changelog.d/4559.feature +++ /dev/null @@ -1 +0,0 @@ -Setup Analytics framework using PostHog. Analytics are disabled by default. Opt-in screen not automatically displayed yet. \ No newline at end of file diff --git a/changelog.d/4592.bugfix b/changelog.d/4592.bugfix deleted file mode 100644 index b27e793100..0000000000 --- a/changelog.d/4592.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix empty Dev Tools screen issue. diff --git a/changelog.d/4600.misc b/changelog.d/4600.misc deleted file mode 100644 index e877a33b29..0000000000 --- a/changelog.d/4600.misc +++ /dev/null @@ -1 +0,0 @@ -At the very first room search after opening the app sometimes no results are displayed diff --git a/changelog.d/4602.misc b/changelog.d/4602.misc deleted file mode 100644 index 7f6271242a..0000000000 --- a/changelog.d/4602.misc +++ /dev/null @@ -1 +0,0 @@ -There is no need to call job.cancel() when we are using viewModelScope() diff --git a/changelog.d/4604.misc b/changelog.d/4604.misc deleted file mode 100644 index 2a3d3f70c3..0000000000 --- a/changelog.d/4604.misc +++ /dev/null @@ -1 +0,0 @@ -Cleanup the layout files \ No newline at end of file diff --git a/changelog.d/4617.misc b/changelog.d/4617.misc deleted file mode 100644 index 0044511eee..0000000000 --- a/changelog.d/4617.misc +++ /dev/null @@ -1 +0,0 @@ -Improve issue automation workflows diff --git a/changelog.d/4621.bugfix b/changelog.d/4621.bugfix deleted file mode 100644 index 2bc21e8f8e..0000000000 --- a/changelog.d/4621.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix for outgoing voip call via sip bridge failing after 1 minute. \ No newline at end of file diff --git a/changelog.d/4626.misc b/changelog.d/4626.misc deleted file mode 100644 index 9f2d979cbb..0000000000 --- a/changelog.d/4626.misc +++ /dev/null @@ -1 +0,0 @@ -Introducing feature flagging to the login and notification settings flows \ No newline at end of file diff --git a/changelog.d/4636.bugfix b/changelog.d/4636.bugfix deleted file mode 100644 index ec95696a4f..0000000000 --- a/changelog.d/4636.bugfix +++ /dev/null @@ -1 +0,0 @@ -Update log warning for call selection during voip calls. \ No newline at end of file diff --git a/changelog.d/4638.feature b/changelog.d/4638.feature deleted file mode 100644 index 0f8bd36465..0000000000 --- a/changelog.d/4638.feature +++ /dev/null @@ -1 +0,0 @@ -Add a help section in the settings. \ No newline at end of file diff --git a/changelog.d/4645.misc b/changelog.d/4645.misc deleted file mode 100644 index 7f96fc551e..0000000000 --- a/changelog.d/4645.misc +++ /dev/null @@ -1 +0,0 @@ -Debounce some clicks \ No newline at end of file diff --git a/changelog.d/4647.misc b/changelog.d/4647.misc deleted file mode 100644 index a33afba138..0000000000 --- a/changelog.d/4647.misc +++ /dev/null @@ -1 +0,0 @@ - Upgrade OLM to v3.2.7 and get it from our maven repository. \ No newline at end of file diff --git a/changelog.d/4650.misc b/changelog.d/4650.misc deleted file mode 100644 index 3537441d51..0000000000 --- a/changelog.d/4650.misc +++ /dev/null @@ -1 +0,0 @@ -Cleanup id ref. Use type views instead \ No newline at end of file diff --git a/changelog.d/4653.feature b/changelog.d/4653.feature deleted file mode 100644 index d53d322c0c..0000000000 --- a/changelog.d/4653.feature +++ /dev/null @@ -1 +0,0 @@ -Poll Feature - Render in timeline \ No newline at end of file diff --git a/changelog.d/4660.feature b/changelog.d/4660.feature deleted file mode 100644 index 4eca82eaf5..0000000000 --- a/changelog.d/4660.feature +++ /dev/null @@ -1 +0,0 @@ -Create a legal screen in the setting to group all the different policies. \ No newline at end of file diff --git a/changelog.d/4666.misc b/changelog.d/4666.misc deleted file mode 100644 index 9401963de5..0000000000 --- a/changelog.d/4666.misc +++ /dev/null @@ -1 +0,0 @@ -Add automation to move message bubbles issues to message bubbles board. diff --git a/changelog.d/4670.misc b/changelog.d/4670.misc deleted file mode 100644 index 6b1233145b..0000000000 --- a/changelog.d/4670.misc +++ /dev/null @@ -1 +0,0 @@ -Add explicit dependency location, regarding the several maven repository. Also update some libraries (flexbox and alerter), and do some cleanup. \ No newline at end of file diff --git a/changelog.d/4671.misc b/changelog.d/4671.misc deleted file mode 100644 index 1d2282038e..0000000000 --- a/changelog.d/4671.misc +++ /dev/null @@ -1 +0,0 @@ -Fix graphql warning in issue workflow automation diff --git a/changelog.d/4693.bugfix b/changelog.d/4693.bugfix deleted file mode 100644 index 2aca848628..0000000000 --- a/changelog.d/4693.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix possible crash when having identical subspaces in multiple root spaces diff --git a/changelog.d/4698.bugfix b/changelog.d/4698.bugfix deleted file mode 100644 index bcf20dd75f..0000000000 --- a/changelog.d/4698.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a crash in the timeline with some Emojis. Also migrate to androidx.emoji2 \ No newline at end of file