From f4babdbbb0b4eab1798f957cbbbbacae729b68c3 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 23 May 2025 14:43:09 +0200 Subject: [PATCH] Updated CHANGELOG & bumped version to 6.0.8 --- CHANGELOG.md | 17 +++++++++++++++++ app/build.gradle.kts | 6 +++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74884360c..b05e245cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,23 @@ Group changes to describe their impact on the project, as follows: Fixed for any bug fixes. Security to invite users to upgrade in case of vulnerabilities. +## [6.0.8] - 2025-05-23 + +### Added +- Ukrainian & simplified Chinese translations from Weblate +- Sliding answer/decline button in incoming call fragment if device is locked (will help prevent calls from being unintentionally picked up or hung up while the device is being removed from a pocket) + +### Changed +- Show files with square design when more than one (as it is for media files) +- Outgoing chat bubbles will now display the sent file size (as it is for received messages) + +### Fixed +- Fixed issue with bluetooth hearing aids +- Fixed audio call being answered on speakerphone +- Fixed events related to joined/left conversation being briefly visible sometimes for 1-1 conversations +- Fixed files/media grid in chat bubble using more than 3 columns in landscape +- Fixed logs upload server URL setting + ## [6.0.7] - 2025-05-16 ### Added diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 92233d92a..c73088d43 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) { } var gitBranch = ByteArrayOutputStream() -var gitVersion = "6.0.7" +var gitVersion = "6.0.8" task("getGitVersion") { val gitVersionStream = ByteArrayOutputStream() @@ -100,8 +100,8 @@ android { applicationId = packageName minSdk = 28 targetSdk = 35 - versionCode = 600007 // 6.00.006 - versionName = "6.0.7" + versionCode = 600008 // 6.00.008 + versionName = "6.0.8" manifestPlaceholders["appAuthRedirectScheme"] = packageName