From 3e97e03cccffd0a78710d14ac0fa2506924e3137 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 1 Jul 2020 21:51:30 +0200 Subject: [PATCH] Prepare release Riot.imX v0.91.3 for the beta channel --- CHANGES.md | 14 +++++++------- vector/build.gradle | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3a4ae5165f..ad3f82af9a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ -Changes in RiotX 0.23.0 (2020-XX-XX) +Changes in Riot.imX 0.91.3 (2020-07-01) =================================================== +Notes: + - This version is the third beta version of RiotX codebase published as Riot-Android on the PlayStore. + - Changelog below includes changes of v0.91.0, v0.91.1, and v0.91.2, because the first beta versions have been tagged and + published from the branch feature/migration_from_legacy. + - This version uses temporary name `Riot.imX`, to distinguish the app with RiotX app. + Features ✨: - Call with WebRTC support (##611) - Add capability to change the display name (#1529) @@ -25,12 +31,6 @@ Bugfix 🐛: - Searching by displayname is case sensitive (#1468) - Fix layout overlap issue (#1407) -Translations 🗣: - - - -SDK API changes ⚠️: - - - Build 🧱: - Enable code optimization (Proguard) - SDK is now API level 21 minimum, and so RiotX (#405) diff --git a/vector/build.gradle b/vector/build.gradle index c80b716008..3c74ccda97 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -17,7 +17,7 @@ androidExtensions { // Note: 2 digits max for each value ext.versionMajor = 0 ext.versionMinor = 91 -ext.versionPatch = 2 +ext.versionPatch = 3 static def getGitTimestamp() { def cmd = 'git show -s --format=%ct'