From 8cd51ea803f7877d7ebf9b6aa2521c1af9e311e9 Mon Sep 17 00:00:00 2001 From: Valere Date: Tue, 27 Jun 2023 10:04:39 +0200 Subject: [PATCH 1/3] Setting version for the release 1.6.3 --- matrix-sdk-android/build.gradle | 2 +- vector-app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix-sdk-android/build.gradle b/matrix-sdk-android/build.gradle index 32e9c80503..b9e9a71d75 100644 --- a/matrix-sdk-android/build.gradle +++ b/matrix-sdk-android/build.gradle @@ -63,7 +63,7 @@ android { // that the app's state is completely cleared between tests. testInstrumentationRunnerArguments clearPackageData: 'true' - buildConfigField "String", "SDK_VERSION", "\"1.6.4\"" + buildConfigField "String", "SDK_VERSION", "\"1.6.3\"" buildConfigField "String", "GIT_SDK_REVISION", "\"${gitRevision()}\"" buildConfigField "String", "GIT_SDK_REVISION_UNIX_DATE", "\"${gitRevisionUnixDate()}\"" diff --git a/vector-app/build.gradle b/vector-app/build.gradle index 8221497e74..7a09213bb9 100644 --- a/vector-app/build.gradle +++ b/vector-app/build.gradle @@ -37,7 +37,7 @@ ext.versionMinor = 6 // Note: even values are reserved for regular release, odd values for hotfix release. // When creating a hotfix, you should decrease the value, since the current value // is the value for the next regular release. -ext.versionPatch = 4 +ext.versionPatch = 3 static def getGitTimestamp() { def cmd = 'git show -s --format=%ct' From 042f144afe44455bf3669590e37f21fa88b10933 Mon Sep 17 00:00:00 2001 From: Valere Date: Tue, 27 Jun 2023 12:11:42 +0200 Subject: [PATCH 2/3] Changelog for version 1.6.3 --- CHANGES.md | 23 +++++++++++++++++++++++ changelog.d/8270.bugfix | 1 - changelog.d/8353.bugfix | 1 - changelog.d/8440.feature | 1 - changelog.d/8468.bugfix | 1 - changelog.d/8471.bugfix | 1 - changelog.d/8503.misc | 1 - changelog.d/8507.bugfix | 1 - changelog.d/8541.bugfix | 1 - changelog.d/8554.misc | 1 - 10 files changed, 23 insertions(+), 9 deletions(-) delete mode 100644 changelog.d/8270.bugfix delete mode 100644 changelog.d/8353.bugfix delete mode 100644 changelog.d/8440.feature delete mode 100644 changelog.d/8468.bugfix delete mode 100644 changelog.d/8471.bugfix delete mode 100644 changelog.d/8503.misc delete mode 100644 changelog.d/8507.bugfix delete mode 100644 changelog.d/8541.bugfix delete mode 100644 changelog.d/8554.misc diff --git a/CHANGES.md b/CHANGES.md index 39ea3f1477..0fa9d9bb15 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,26 @@ +Changes in Element v1.6.3 (2023-06-27) +====================================== + +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)) + - [Rich text editor] Add mentions and slash commands ([#8440](https://github.com/vector-im/element-android/issues/8440)) + +Bugfixes 🐛 +---------- + - Update rich text editor library to support pasting of images. ([#8270](https://github.com/vector-im/element-android/issues/8270)) + - Fix | Got asked twice about verification #8353 (and other verification banners problems) ([#8353](https://github.com/vector-im/element-android/issues/8353)) + - Prompt the user when the invited MatrixId is not recognized ([#8468](https://github.com/vector-im/element-android/issues/8468)) + - The correct title and options are now displayed When a poll that was edited is ended. ([#8471](https://github.com/vector-im/element-android/issues/8471)) + - In some conditions the room shield is not refreshed correctly ([#8507](https://github.com/vector-im/element-android/issues/8507)) + - Fix crypto config fallback key sharing strategy ([#8541](https://github.com/vector-im/element-android/issues/8541)) + +Other changes +------------- + - MSC3987 implementation: the 'dont_notify' action for a push_rule is now deprecated and replaced by an empty action list. ([#8503](https://github.com/vector-im/element-android/issues/8503)) + - Update crypto rust sdk version to 0.3.10 ([#8554](https://github.com/vector-im/element-android/issues/8554)) + + Changes in Element v1.6.2 (2023-06-02) ====================================== diff --git a/changelog.d/8270.bugfix b/changelog.d/8270.bugfix deleted file mode 100644 index e2d3056de4..0000000000 --- a/changelog.d/8270.bugfix +++ /dev/null @@ -1 +0,0 @@ -Update rich text editor library to support pasting of images. diff --git a/changelog.d/8353.bugfix b/changelog.d/8353.bugfix deleted file mode 100644 index f92b1adad2..0000000000 --- a/changelog.d/8353.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix | Got asked twice about verification #8353 (and other verification banners problems) diff --git a/changelog.d/8440.feature b/changelog.d/8440.feature deleted file mode 100644 index 19c9d919eb..0000000000 --- a/changelog.d/8440.feature +++ /dev/null @@ -1 +0,0 @@ -[Rich text editor] Add mentions and slash commands \ No newline at end of file diff --git a/changelog.d/8468.bugfix b/changelog.d/8468.bugfix deleted file mode 100644 index f250d48dc6..0000000000 --- a/changelog.d/8468.bugfix +++ /dev/null @@ -1 +0,0 @@ -Prompt the user when the invited MatrixId is not recognized diff --git a/changelog.d/8471.bugfix b/changelog.d/8471.bugfix deleted file mode 100644 index ff0b0f5493..0000000000 --- a/changelog.d/8471.bugfix +++ /dev/null @@ -1 +0,0 @@ -The correct title and options are now displayed When a poll that was edited is ended. diff --git a/changelog.d/8503.misc b/changelog.d/8503.misc deleted file mode 100644 index 26f9e76959..0000000000 --- a/changelog.d/8503.misc +++ /dev/null @@ -1 +0,0 @@ -MSC3987 implementation: the 'dont_notify' action for a push_rule is now deprecated and replaced by an empty action list. diff --git a/changelog.d/8507.bugfix b/changelog.d/8507.bugfix deleted file mode 100644 index eb609dd0fc..0000000000 --- a/changelog.d/8507.bugfix +++ /dev/null @@ -1 +0,0 @@ -In some conditions the room shield is not refreshed correctly diff --git a/changelog.d/8541.bugfix b/changelog.d/8541.bugfix deleted file mode 100644 index 9e419327da..0000000000 --- a/changelog.d/8541.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix crypto config fallback key sharing strategy diff --git a/changelog.d/8554.misc b/changelog.d/8554.misc deleted file mode 100644 index 0fad74289c..0000000000 --- a/changelog.d/8554.misc +++ /dev/null @@ -1 +0,0 @@ -Update crypto rust sdk version to 0.3.10 From 637b1483cc685bb680c8037d25ddf74d3524c9c3 Mon Sep 17 00:00:00 2001 From: Valere Date: Tue, 27 Jun 2023 12:12:06 +0200 Subject: [PATCH 3/3] Adding fastlane file for version 1.6.3 --- fastlane/metadata/android/en-US/changelogs/40106030.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/40106030.txt diff --git a/fastlane/metadata/android/en-US/changelogs/40106030.txt b/fastlane/metadata/android/en-US/changelogs/40106030.txt new file mode 100644 index 0000000000..badf979955 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40106030.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