From 1e4f47bc521c9eb1b290c36ffa5075d02ff7b29f Mon Sep 17 00:00:00 2001 From: Valere Date: Fri, 2 Jun 2023 17:52:18 +0200 Subject: [PATCH 1/2] Changelog for version 1.6.2 --- CHANGES.md | 20 ++++++++++++++++++++ changelog.d/4855.bugfix | 1 - changelog.d/8120.feature | 1 - changelog.d/8299.feature | 1 - changelog.d/8470.misc | 1 - changelog.d/8482.bugfix | 1 - changelog.d/8488.feature | 1 - 7 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 changelog.d/4855.bugfix delete mode 100644 changelog.d/8120.feature delete mode 100644 changelog.d/8299.feature delete mode 100644 changelog.d/8470.misc delete mode 100644 changelog.d/8482.bugfix delete mode 100644 changelog.d/8488.feature diff --git a/CHANGES.md b/CHANGES.md index 6d756f2b3f..39ea3f1477 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,23 @@ +Changes in Element v1.6.2 (2023-06-02) +====================================== + +Features ✨ +---------- + - **Element Android is now using the Crypto Rust SDK**. Migration of user's data should be done at first launch after application upgrade. ([#8390](https://github.com/vector-im/element-android/issues/8390)) + - Marks WebP files as Animated and allows them to play ([#8120](https://github.com/vector-im/element-android/issues/8120)) + - Updates to protocol used for Sign in with QR code ([#8299](https://github.com/vector-im/element-android/issues/8299)) + - Updated rust crypto SDK to version 0.3.9 ([#8488](https://github.com/vector-im/element-android/issues/8488)) + +Bugfixes 🐛 +---------- + - Fix: Allow users to sign out even if the sign out request fails. ([#4855](https://github.com/vector-im/element-android/issues/4855)) + - fix: Make some crypto calls suspendable to avoid reported ANR ([#8482](https://github.com/vector-im/element-android/issues/8482)) + +Other changes +------------- + - Refactoring: Extract a new interface for common access to crypto store between kotlin and rust crypto ([#8470](https://github.com/vector-im/element-android/issues/8470)) + + Changes in Element v1.6.1 (2023-05-25) ====================================== diff --git a/changelog.d/4855.bugfix b/changelog.d/4855.bugfix deleted file mode 100644 index d85feb42e7..0000000000 --- a/changelog.d/4855.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix: Allow users to sign out even if the sign out request fails. diff --git a/changelog.d/8120.feature b/changelog.d/8120.feature deleted file mode 100644 index 906ec2b819..0000000000 --- a/changelog.d/8120.feature +++ /dev/null @@ -1 +0,0 @@ -Marks WebP files as Animated and allows them to play diff --git a/changelog.d/8299.feature b/changelog.d/8299.feature deleted file mode 100644 index d4c4dae9c5..0000000000 --- a/changelog.d/8299.feature +++ /dev/null @@ -1 +0,0 @@ -Updates to protocol used for Sign in with QR code diff --git a/changelog.d/8470.misc b/changelog.d/8470.misc deleted file mode 100644 index c2a44c430a..0000000000 --- a/changelog.d/8470.misc +++ /dev/null @@ -1 +0,0 @@ -Refactoring: Extract a new interface for common access to crypto store between kotlin and rust crypto diff --git a/changelog.d/8482.bugfix b/changelog.d/8482.bugfix deleted file mode 100644 index 3e4184b3bf..0000000000 --- a/changelog.d/8482.bugfix +++ /dev/null @@ -1 +0,0 @@ -fix: Make some crypto calls suspendable to avoid reported ANR diff --git a/changelog.d/8488.feature b/changelog.d/8488.feature deleted file mode 100644 index 97729b0a89..0000000000 --- a/changelog.d/8488.feature +++ /dev/null @@ -1 +0,0 @@ -Updated rust crypto SDK to version 0.3.9 From 632f316f8eaaab6ad2111f92a8647e34a77d21c2 Mon Sep 17 00:00:00 2001 From: Valere Date: Fri, 2 Jun 2023 17:53:52 +0200 Subject: [PATCH 2/2] Adding fastlane file for version 1.6.2 --- fastlane/metadata/android/en-US/changelogs/40106020.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/40106020.txt diff --git a/fastlane/metadata/android/en-US/changelogs/40106020.txt b/fastlane/metadata/android/en-US/changelogs/40106020.txt new file mode 100644 index 0000000000..badf979955 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40106020.txt @@ -0,0 +1,2 @@ +Main changes in this version: Element Android is now using the Crypto Rust SDK. +Full changelog: https://github.com/vector-im/element-android/releases