From e8d3c8750afda1078d1a7fd43266581b2ec97bc0 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Wed, 6 Aug 2025 17:21:11 +0200 Subject: [PATCH] Updated CHANGELOG & version code from release/6.0 branch --- CHANGELOG.md | 9 +++++++++ app/build.gradle.kts | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1d6fd45..2be5d7f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,15 @@ Group changes to describe their impact on the project, as follows: - Increased shared media preview size in chat - Un-encrypted conversation warning will be more visible for accounts that support end-to-end encrypted conversations +## [6.0.14] - 2025-08-06 + +### Fixed +- Fixed ANR due to deadlock caused by method being called from wrong thread +- Fixed microphone not always recording audio while app in background or if screen is turned off +- Fixed missing favorites in start call / create conversation views +- Fixed outgoing call view in full screen +- Fixed generated avatar for SIP URIs without username + ## [6.0.13] - 2025-07-31 ### Fixed diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 31ff46040..20bd649e3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -100,7 +100,7 @@ android { applicationId = packageName minSdk = 28 targetSdk = 36 - versionCode = 600013 // 6.00.013 + versionCode = 600014 // 6.00.014 versionName = "6.1.0-alpha" manifestPlaceholders["appAuthRedirectScheme"] = packageName