From 1ef2b1d05af6a228445924e46ad6556d064d4635 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 5 Apr 2022 22:30:59 +0200 Subject: [PATCH] Towncrier --- CHANGES.md | 41 ++++++++++++++++++++++++++++++++++++++++ changelog.d/4445.bugfix | 1 - changelog.d/4867.bugfix | 1 - changelog.d/5151.misc | 1 - changelog.d/5277.wip | 1 - changelog.d/5426.feature | 1 - changelog.d/5473.bugfix | 1 - changelog.d/5497.bugfix | 1 - changelog.d/5516.misc | 1 - changelog.d/5517.misc | 1 - changelog.d/5519.wip | 1 - changelog.d/5524.misc | 1 - changelog.d/5548.bugfix | 1 - changelog.d/5562.bugfix | 1 - changelog.d/5567.misc | 1 - changelog.d/5581.misc | 1 - changelog.d/5595.feature | 1 - changelog.d/5628.misc | 1 - changelog.d/5647.feature | 1 - changelog.d/5651.feature | 1 - changelog.d/5654.feature | 1 - changelog.d/5654.misc | 1 - changelog.d/5660.feature | 1 - changelog.d/5663.bugfix | 1 - changelog.d/5667.feature | 1 - changelog.d/5692.misc | 1 - 26 files changed, 41 insertions(+), 25 deletions(-) delete mode 100644 changelog.d/4445.bugfix delete mode 100644 changelog.d/4867.bugfix delete mode 100644 changelog.d/5151.misc delete mode 100644 changelog.d/5277.wip delete mode 100644 changelog.d/5426.feature delete mode 100644 changelog.d/5473.bugfix delete mode 100644 changelog.d/5497.bugfix delete mode 100644 changelog.d/5516.misc delete mode 100644 changelog.d/5517.misc delete mode 100644 changelog.d/5519.wip delete mode 100644 changelog.d/5524.misc delete mode 100644 changelog.d/5548.bugfix delete mode 100644 changelog.d/5562.bugfix delete mode 100644 changelog.d/5567.misc delete mode 100644 changelog.d/5581.misc delete mode 100644 changelog.d/5595.feature delete mode 100644 changelog.d/5628.misc delete mode 100644 changelog.d/5647.feature delete mode 100644 changelog.d/5651.feature delete mode 100644 changelog.d/5654.feature delete mode 100644 changelog.d/5654.misc delete mode 100644 changelog.d/5660.feature delete mode 100644 changelog.d/5663.bugfix delete mode 100644 changelog.d/5667.feature delete mode 100644 changelog.d/5692.misc diff --git a/CHANGES.md b/CHANGES.md index 2a97120452..685ee4158d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,44 @@ +Changes in Element v1.4.10 (2022-04-05) +======================================= + +Features ✨ +---------- + - Allow scrolling position of Voice Message playback ([#5426](https://github.com/vector-im/element-android/issues/5426)) + - Live Location Sharing - Foreground Service and Notification ([#5595](https://github.com/vector-im/element-android/issues/5595)) + - Users will be able to provide feedback for threads ([#5647](https://github.com/vector-im/element-android/issues/5647)) + - Send beacon info state event when live location sharing started ([#5651](https://github.com/vector-im/element-android/issues/5651)) + - Update Jitsi lib from 3.10.0 to 5.0.2 ([#5654](https://github.com/vector-im/element-android/issues/5654)) + - Show a banner in timeline while location sharing service is running ([#5660](https://github.com/vector-im/element-android/issues/5660)) + - Location sharing: adding possibility to choose duration of live sharing ([#5667](https://github.com/vector-im/element-android/issues/5667)) + +Bugfixes 🐛 +---------- + - Replace "open settings" button by "disable" action in RageShake dialog if there is no session ([#4445](https://github.com/vector-im/element-android/issues/4445)) + - Fixes room summaries showing encrypted content after verifying device ([#4867](https://github.com/vector-im/element-android/issues/4867)) + - Fixes polls being votable after being ended ([#5473](https://github.com/vector-im/element-android/issues/5473)) + - [Subscribing] Blank display name ([#5497](https://github.com/vector-im/element-android/issues/5497)) + - Fixes voice call button disappearing in DM rooms with more than 2 members ([#5548](https://github.com/vector-im/element-android/issues/5548)) + - Add loader in thread list ([#5562](https://github.com/vector-im/element-android/issues/5562)) + - Fixed key export when overwriting existing files ([#5663](https://github.com/vector-im/element-android/issues/5663)) + +In development 🚧 +---------------- + - Adding combined account creation and server selection screen as part of the new FTUE ([#5277](https://github.com/vector-im/element-android/issues/5277)) + - Finalising FTUE onboarding account creation personalization steps but keeping feature disabled until other parts are complete ([#5519](https://github.com/vector-im/element-android/issues/5519)) + +Other changes +------------- + - Improve main timeline thread summary rendering ([#5151](https://github.com/vector-im/element-android/issues/5151)) + - "Add space" copy is replaced with "create space" in left sliding panel ([#5516](https://github.com/vector-im/element-android/issues/5516)) + - Flattening the asynchronous onboarding state and passing all errors through the same pipeline ([#5517](https://github.com/vector-im/element-android/issues/5517)) + - Changed items order in space menu. Changed capitalization for "space" in those items ([#5524](https://github.com/vector-im/element-android/issues/5524)) + - Permalinks to root thread messages will now navigate you within the thread timeline ([#5567](https://github.com/vector-im/element-android/issues/5567)) + - Live location sharing: adding way to override feature activation in debug ([#5581](https://github.com/vector-im/element-android/issues/5581)) + - Adds unit tests around the login with matrix id flow ([#5628](https://github.com/vector-im/element-android/issues/5628)) + - Setup the plugin org.owasp.dependencycheck ([#5654](https://github.com/vector-im/element-android/issues/5654)) + - Implement threads beta opt-in mechanism to notify users about threads ([#5692](https://github.com/vector-im/element-android/issues/5692)) + + Changes in Element v1.4.8 (2022-03-28) ====================================== diff --git a/changelog.d/4445.bugfix b/changelog.d/4445.bugfix deleted file mode 100644 index bf8859ff0f..0000000000 --- a/changelog.d/4445.bugfix +++ /dev/null @@ -1 +0,0 @@ -Replace "open settings" button by "disable" action in RageShake dialog if there is no session \ No newline at end of file diff --git a/changelog.d/4867.bugfix b/changelog.d/4867.bugfix deleted file mode 100644 index 272811694c..0000000000 --- a/changelog.d/4867.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixes room summaries showing encrypted content after verifying device \ No newline at end of file diff --git a/changelog.d/5151.misc b/changelog.d/5151.misc deleted file mode 100644 index f80cc2a4d1..0000000000 --- a/changelog.d/5151.misc +++ /dev/null @@ -1 +0,0 @@ -Improve main timeline thread summary rendering diff --git a/changelog.d/5277.wip b/changelog.d/5277.wip deleted file mode 100644 index 9db80c32d9..0000000000 --- a/changelog.d/5277.wip +++ /dev/null @@ -1 +0,0 @@ -Adding combined account creation and server selection screen as part of the new FTUE \ No newline at end of file diff --git a/changelog.d/5426.feature b/changelog.d/5426.feature deleted file mode 100644 index 2dee22f07a..0000000000 --- a/changelog.d/5426.feature +++ /dev/null @@ -1 +0,0 @@ -Allow scrolling position of Voice Message playback \ No newline at end of file diff --git a/changelog.d/5473.bugfix b/changelog.d/5473.bugfix deleted file mode 100644 index e53329e202..0000000000 --- a/changelog.d/5473.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixes polls being votable after being ended diff --git a/changelog.d/5497.bugfix b/changelog.d/5497.bugfix deleted file mode 100644 index 4228ebaafb..0000000000 --- a/changelog.d/5497.bugfix +++ /dev/null @@ -1 +0,0 @@ -[Subscribing] Blank display name \ No newline at end of file diff --git a/changelog.d/5516.misc b/changelog.d/5516.misc deleted file mode 100644 index 0b925fcdcd..0000000000 --- a/changelog.d/5516.misc +++ /dev/null @@ -1 +0,0 @@ -"Add space" copy is replaced with "create space" in left sliding panel \ No newline at end of file diff --git a/changelog.d/5517.misc b/changelog.d/5517.misc deleted file mode 100644 index 18269afcc6..0000000000 --- a/changelog.d/5517.misc +++ /dev/null @@ -1 +0,0 @@ -Flattening the asynchronous onboarding state and passing all errors through the same pipeline \ No newline at end of file diff --git a/changelog.d/5519.wip b/changelog.d/5519.wip deleted file mode 100644 index c5a6112ad9..0000000000 --- a/changelog.d/5519.wip +++ /dev/null @@ -1 +0,0 @@ -Finalising FTUE onboarding account creation personalization steps but keeping feature disabled until other parts are complete \ No newline at end of file diff --git a/changelog.d/5524.misc b/changelog.d/5524.misc deleted file mode 100644 index d873c4d63a..0000000000 --- a/changelog.d/5524.misc +++ /dev/null @@ -1 +0,0 @@ -Changed items order in space menu. Changed capitalization for "space" in those items \ No newline at end of file diff --git a/changelog.d/5548.bugfix b/changelog.d/5548.bugfix deleted file mode 100644 index ccf07a7ee3..0000000000 --- a/changelog.d/5548.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixes voice call button disappearing in DM rooms with more than 2 members diff --git a/changelog.d/5562.bugfix b/changelog.d/5562.bugfix deleted file mode 100644 index 02148e58fa..0000000000 --- a/changelog.d/5562.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add loader in thread list \ No newline at end of file diff --git a/changelog.d/5567.misc b/changelog.d/5567.misc deleted file mode 100644 index 4c0f5e0ffc..0000000000 --- a/changelog.d/5567.misc +++ /dev/null @@ -1 +0,0 @@ -Permalinks to root thread messages will now navigate you within the thread timeline \ No newline at end of file diff --git a/changelog.d/5581.misc b/changelog.d/5581.misc deleted file mode 100644 index 3191c5eae8..0000000000 --- a/changelog.d/5581.misc +++ /dev/null @@ -1 +0,0 @@ -Live location sharing: adding way to override feature activation in debug diff --git a/changelog.d/5595.feature b/changelog.d/5595.feature deleted file mode 100644 index 8fd4d4b144..0000000000 --- a/changelog.d/5595.feature +++ /dev/null @@ -1 +0,0 @@ -Live Location Sharing - Foreground Service and Notification \ No newline at end of file diff --git a/changelog.d/5628.misc b/changelog.d/5628.misc deleted file mode 100644 index 9c4894c164..0000000000 --- a/changelog.d/5628.misc +++ /dev/null @@ -1 +0,0 @@ -Adds unit tests around the login with matrix id flow \ No newline at end of file diff --git a/changelog.d/5647.feature b/changelog.d/5647.feature deleted file mode 100644 index e4192300a1..0000000000 --- a/changelog.d/5647.feature +++ /dev/null @@ -1 +0,0 @@ -Users will be able to provide feedback for threads \ No newline at end of file diff --git a/changelog.d/5651.feature b/changelog.d/5651.feature deleted file mode 100644 index c633c01944..0000000000 --- a/changelog.d/5651.feature +++ /dev/null @@ -1 +0,0 @@ -Send beacon info state event when live location sharing started \ No newline at end of file diff --git a/changelog.d/5654.feature b/changelog.d/5654.feature deleted file mode 100644 index 52a41ef37a..0000000000 --- a/changelog.d/5654.feature +++ /dev/null @@ -1 +0,0 @@ -Update Jitsi lib from 3.10.0 to 5.0.2 \ No newline at end of file diff --git a/changelog.d/5654.misc b/changelog.d/5654.misc deleted file mode 100644 index 26e2ed5a1c..0000000000 --- a/changelog.d/5654.misc +++ /dev/null @@ -1 +0,0 @@ -Setup the plugin org.owasp.dependencycheck \ No newline at end of file diff --git a/changelog.d/5660.feature b/changelog.d/5660.feature deleted file mode 100644 index a914762d50..0000000000 --- a/changelog.d/5660.feature +++ /dev/null @@ -1 +0,0 @@ -Show a banner in timeline while location sharing service is running \ No newline at end of file diff --git a/changelog.d/5663.bugfix b/changelog.d/5663.bugfix deleted file mode 100644 index 5086407e8e..0000000000 --- a/changelog.d/5663.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed key export when overwriting existing files diff --git a/changelog.d/5667.feature b/changelog.d/5667.feature deleted file mode 100644 index 38e750112e..0000000000 --- a/changelog.d/5667.feature +++ /dev/null @@ -1 +0,0 @@ -Location sharing: adding possibility to choose duration of live sharing \ No newline at end of file diff --git a/changelog.d/5692.misc b/changelog.d/5692.misc deleted file mode 100644 index 66f1d35eb0..0000000000 --- a/changelog.d/5692.misc +++ /dev/null @@ -1 +0,0 @@ -Implement threads beta opt-in mechanism to notify users about threads \ No newline at end of file