From 2d64fe96c198cbab56df84c75387679336f31045 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 16 Mar 2021 22:08:29 +0100 Subject: [PATCH 1/2] Prepare release 1.1.2 --- CHANGES.md | 28 ++----------------- .../android/en-US/changelogs/40101020.txt | 2 ++ 2 files changed, 4 insertions(+), 26 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/40101020.txt diff --git a/CHANGES.md b/CHANGES.md index 98c7a0351a..491b779582 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,6 @@ -Changes in Element 1.1.2 (2021-XX-XX) +Changes in Element 1.1.2 (2021-03-16) =================================================== -Features ✨: - - - Improvements 🙌: - Lazy storage of ReadReceipts - Do not load room members in e2e after init sync @@ -14,27 +11,12 @@ Bugfix 🐛: - Regression: Video will not play upon tap, but only after swipe #2928 - Cross signing now works with servers with an explicit port in the servername -Translations 🗣: - - - -SDK API changes ⚠️: - - - -Build 🧱: - - - -Test: - - - Other changes: - Change formatting on issue templates to proper headings. -Changes in Element 1.1.1 (2021-XX-XX) +Changes in Element 1.1.1 (2021-03-10) =================================================== -Features ✨: - - - Improvements 🙌: - Allow non-HTTPS connections to homeservers on Tor (#2941) - Fetch homeserver type and version and display in a new setting screen and add info in rageshakes (#2831) @@ -55,16 +37,10 @@ Bugfix 🐛: Translations 🗣: - All string resources and translations have been moved to the application module. Weblate project for the SDK will be removed. -SDK API changes ⚠️: - - - Build 🧱: - Update a lot of dependencies, with the help of dependabot. - Add a script to download and install APK from the CI -Test: - - - Other changes: - Rework edition of event management diff --git a/fastlane/metadata/android/en-US/changelogs/40101020.txt b/fastlane/metadata/android/en-US/changelogs/40101020.txt new file mode 100644 index 0000000000..8146712593 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40101020.txt @@ -0,0 +1,2 @@ +Main changes in this version: performance improvement and bug fixes! +Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.1.2 \ No newline at end of file From 5edf7ca5209e5baab6da717544cf883376912be0 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 16 Mar 2021 22:09:41 +0100 Subject: [PATCH 2/2] Version++ --- CHANGES.md | 27 +++++++++++++++++++++++++++ vector/build.gradle | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 491b779582..69d793e479 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,30 @@ +Changes in Element 1.1.3 (2021-XX-XX) +=================================================== + +Features ✨: + - + +Improvements 🙌: + - + +Bugfix 🐛: + - + +Translations 🗣: + - + +SDK API changes ⚠️: + - + +Build 🧱: + - + +Test: + - + +Other changes: + - + Changes in Element 1.1.2 (2021-03-16) =================================================== diff --git a/vector/build.gradle b/vector/build.gradle index deb3bdba26..0468c68614 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -14,7 +14,7 @@ kapt { // Note: 2 digits max for each value ext.versionMajor = 1 ext.versionMinor = 1 -ext.versionPatch = 2 +ext.versionPatch = 3 static def getGitTimestamp() { def cmd = 'git show -s --format=%ct'