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