From 11de70312cf215e54ad7158a91a75c63962c889e Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 11 May 2020 09:23:36 +0200 Subject: [PATCH] version bump to 2.8.3 + changelog --- CHANGELOG.md | 6 ++++++ build.gradle | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 360b1acd3..b51386d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### Version 2.8.3 + +* Move call icon to the left in order to keep other toolbar icons in a consistent place +* Show call duration during audio calls +* Tie breaking for A/V calls (the same two people calling each other at the same time) + ### Version 2.8.2 * Add button to switch camea during video call diff --git a/build.gradle b/build.gradle index 462d60db0..ceffbbad8 100644 --- a/build.gradle +++ b/build.gradle @@ -95,8 +95,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 28 - versionCode 382 - versionName "2.8.2" + versionCode 383 + versionName "2.8.3" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId